次の方法で共有


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
Header wrdsgraphicschannels.h

こちらもご覧ください

IWRdsGraphicsChannelManager::CreateChannel