共用方式為


WRdsGraphicsChannelType 列舉 (wrdsgraphicschannels.h)

用來指定要在 IWRdsGraphicsChannelManager::CreateChannel 方法中建立的圖形虛擬通道類型。

Syntax

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