WRdsGraphicsChannelType enumeration (wrdsgraphicschannels.h)

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_GuaranteedDelivery
Value: 0
The channel delivery must be guaranteed.
WRdsGraphicsChannelType_BestEffortDelivery
Value: 1
The channel delivery can be lossy.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header wrdsgraphicschannels.h

See also

IWRdsGraphicsChannelManager::CreateChannel