This topic has not yet been rated - Rate this topic

CTRL_LEVEL enumeration

Defines the level of control that an attendee has on a session.

Syntax


typedef enum  { 
  CTRL_LEVEL_MIN          = 0,
  CTRL_LEVEL_INVALID      = 0,
  CTRL_LEVEL_NONE         = 1,
  CTRL_LEVEL_VIEW         = 2,
  CTRL_LEVEL_INTERACTIVE  = 3,
  CTRL_LEVEL_MAX          = 3
} CTRL_LEVEL;

Constants

CTRL_LEVEL_MIN

Minimum enumeration value.

CTRL_LEVEL_INVALID

The control level is not valid.

CTRL_LEVEL_NONE

The attendee cannot view or interact with the session. This is the default.

CTRL_LEVEL_VIEW

The attendee can view the session.

CTRL_LEVEL_INTERACTIVE

The attendee can view and interact with the session. The local keyboard and mouse input is redirected to the session.

CTRL_LEVEL_MAX

Maximum enumeration value.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

Rdpencomapi.h

IDL

Rdpencomapi.idl

See also

ControlLevel Property of IRDPSRAPIAttendee
OnControlLevelChangeRequest
IRDPSRAPIViewer::RequestControl

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.