Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to specify the type of graphics virtual channel to create in the IWRdsGraphicsChannelManager::CreateChannel method.
Syntax
typedef enum __MIDL___MIDL_itf_wrdsgraphicschannels_0000_0002_0001 {
WRdsGraphicsChannelType_GuaranteedDelivery = 0,
WRdsGraphicsChannelType_BestEffortDelivery = 1
} WRdsGraphicsChannelType;
Constants
WRdsGraphicsChannelType_GuaranteedDeliveryValue: 0 The channel delivery must be guaranteed. |
WRdsGraphicsChannelType_BestEffortDeliveryValue: 1 The channel delivery can be lossy. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | wrdsgraphicschannels.h |