WRdsGraphicsChannelType 枚举 (wrdsgraphicschannels.h)

用于指定要在 IWRdsGraphicsChannelManager::CreateChannel 方法中创建的图形虚拟通道的类型。

语法

typedef enum __MIDL___MIDL_itf_wrdsgraphicschannels_0000_0002_0001 {
  WRdsGraphicsChannelType_GuaranteedDelivery = 0,
  WRdsGraphicsChannelType_BestEffortDelivery = 1
} WRdsGraphicsChannelType;

常量

 
WRdsGraphicsChannelType_GuaranteedDelivery
值: 0
必须保证通道传递。
WRdsGraphicsChannelType_BestEffortDelivery
值:1
通道传送可能会有损。

要求

要求
最低受支持的客户端 Windows 8
最低受支持的服务器 Windows Server 2012
标头 wrdsgraphicschannels.h

另请参阅

IWRdsGraphicsChannelManager::CreateChannel