Enumeración WRdsGraphicsChannelType (wrdsgraphicschannels.h)
Se usa para especificar el tipo de canal virtual de gráficos que se va a crear en el método IWRdsGraphicsChannelManager::CreateChannel .
Syntax
typedef enum __MIDL___MIDL_itf_wrdsgraphicschannels_0000_0002_0001 {
WRdsGraphicsChannelType_GuaranteedDelivery = 0,
WRdsGraphicsChannelType_BestEffortDelivery = 1
} WRdsGraphicsChannelType;
Constantes
WRdsGraphicsChannelType_GuaranteedDelivery Valor: 0 Se debe garantizar la entrega del canal. |
WRdsGraphicsChannelType_BestEffortDelivery Valor: 1 La entrega del canal puede ser perdida. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 8 |
Servidor mínimo compatible | Windows Server 2012 |
Encabezado | wrdsgraphicschannels.h |