Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |