Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values for the type of application. You can retrieve these flags from the IRDPSRAPIApplication interface that represents each application.
You can retrieve the list of applications that are running on the sharing user session for both the sharer and the viewer through the IRDPSRAPIApplicationFilter interface by calling the get_Applications method.
Syntax
typedef enum __MIDL___MIDL_itf_rdpencomapi_0000_0000_0008 {
APP_FLAG_PRIVILEGED = 1
} RDPSRAPI_APP_FLAGS;
Constants
APP_FLAG_PRIVILEGEDValue: 1 This flag indicates that the application cannot be shared. The application runs at a higher level than the process that is using the Windows Desktop Sharing API. An application can use this flag to prevent the user from sharing it by either disabling the entry for the application in the user interface or by not showing the entry. |
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 |