Edit

Share via


CHANNEL_ACCESS_ENUM enumeration (rdpencomapi.h)

Defines values for the type of access granted to the attendee for the channel.

Syntax

typedef enum __MIDL___MIDL_itf_rdpencomapi_0000_0000_0005 {
  CHANNEL_ACCESS_ENUM_NONE = 0,
  CHANNEL_ACCESS_ENUM_SENDRECEIVE
} CHANNEL_ACCESS_ENUM;

Constants

 
CHANNEL_ACCESS_ENUM_NONE
Value: 0
No access. The attendee cannot send or receive data on the channel.
CHANNEL_ACCESS_ENUM_SENDRECEIVE
The attendee can send or receive data on the channel.

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

IRDPSRAPIVirtualChannel::SetAccess