Edit

Share via


CHANNEL_PRIORITY enumeration (rdpencomapi.h)

Defines values for the priority used to send packets on the channel.

Syntax

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

Constants

 
CHANNEL_PRIORITY_LO
Value: 0
Send the packets at a low priority.
CHANNEL_PRIORITY_MED
Send the packets at a medium priority.
CHANNEL_PRIORITY_HI
Send the packets at a high priority.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header rdpencomapi.h

See also

Priority Property of IRDPSRAPIVirtualChannel