RemoteActionType enumeration (rdpappcontainerclient.h)

The action to send to the remote session.

Syntax

typedef enum __MIDL_IRemoteDesktopClientActions_0001 {
  RemoteActionCharms = 0,
  RemoteActionAppbar = 1,
  RemoteActionSnap = 2,
  RemoteActionStartScreen = 3,
  RemoteActionAppSwitch = 4
} RemoteActionType;

Constants

 
RemoteActionCharms
Value: 0
Displays the charms in the remote session.
RemoteActionAppbar
Value: 1
Displays the app bar in the remote session.
RemoteActionSnap
Value: 2
Docks the application in the remote session.
RemoteActionStartScreen
Value: 3
Causes the start screen to be displayed in the remote session.
RemoteActionAppSwitch
Value: 4
Causes the application switch window to be displayed in the remote session. This is the same as the user pressing Alt+Tab.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header rdpappcontainerclient.h

See also

ExecuteRemoteAction