remoteActionType 枚举 (rdpappcontainerclient.h)
要发送到远程会话的操作。
语法
typedef enum __MIDL_IRemoteDesktopClientActions_0001 {
RemoteActionCharms = 0,
RemoteActionAppbar = 1,
RemoteActionSnap = 2,
RemoteActionStartScreen = 3,
RemoteActionAppSwitch = 4
} RemoteActionType;
常量
RemoteActionCharms 值: 0 显示远程会话中的超级按钮。 |
RemoteActionAppbar 值:1 在远程会话中显示应用栏。 |
RemoteActionSnap 值: 2 将应用程序停靠在远程会话中。 |
RemoteActionStartScreen 值: 3 导致远程会话中显示“开始”屏幕。 |
RemoteActionAppSwitch 值: 4 导致应用程序切换窗口显示在远程会话中。 这与按 Alt+Tab 的用户相同。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
最低受支持的服务器 | Windows Server 2012 |
标头 | rdpappcontainerclient.h |