Énumération WRdsGraphicsChannelType (wrdsgraphicschannels.h)

Permet de spécifier le type de canal virtuel graphique à créer dans la méthode IWRdsGraphicsChannelManager ::CreateChannel .

Syntax

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

Constantes

 
WRdsGraphicsChannelType_GuaranteedDelivery
Valeur : 0
La remise du canal doit être garantie.
WRdsGraphicsChannelType_BestEffortDelivery
Valeur : 1
La remise du canal peut être perdue.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8
Serveur minimal pris en charge Windows Server 2012
En-tête wrdsgraphicschannels.h

Voir aussi

IWRdsGraphicsChannelManager ::CreateChannel