Condividi tramite


Enumerazione WRdsGraphicsChannelType (wrdsgraphicschannels.h)

Usato per specificare il tipo di canale virtuale grafico da creare nel metodo IWRdsGraphicsChannelManager::CreateChannel .

Sintassi

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

Costanti

 
WRdsGraphicsChannelType_GuaranteedDelivery
Valore: 0
Il recapito del canale deve essere garantito.
WRdsGraphicsChannelType_BestEffortDelivery
Valore: 1
Il recapito del canale può essere perdita.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Server minimo supportato Windows Server 2012
Intestazione wrdsgraphicschannels.h

Vedi anche

IWRdsGraphicsChannelManager::CreateChannel