enumerazione CHANNEL_PRIORITY (rdpencomapi.h)

Definisce i valori per la priorità usata per inviare pacchetti sul canale.

Sintassi

typedef enum __MIDL___MIDL_itf_rdpencomapi_0000_0000_0003 {
  CHANNEL_PRIORITY_LO = 0,
  CHANNEL_PRIORITY_MED,
  CHANNEL_PRIORITY_HI
} CHANNEL_PRIORITY;

Costanti

 
CHANNEL_PRIORITY_LO
Valore: 0
Inviare i pacchetti con priorità bassa.
CHANNEL_PRIORITY_MED
Inviare i pacchetti con una priorità media.
CHANNEL_PRIORITY_HI
Inviare i pacchetti con priorità elevata.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 [app desktop | App UWP]
Intestazione rdpencomapi.h

Vedi anche

Proprietà Priority di IRDPSRAPIVirtualChannel