ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION structure (winnt.h)
The ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION structure is used by the QueryActCtxW function.
Syntax
typedef struct _ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION {
DWORD ulFlags;
ACTCTX_REQUESTED_RUN_LEVEL RunLevel;
DWORD UiAccess;
} ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION, *PACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION;
Members
ulFlags
This parameter is reserved for future use. This parameter currently returns 0.
RunLevel
A ACTCTX_REQUESTED_RUN_LEVEL enumeration value that gives the requested run level of the activation context.
UiAccess
This parameter returns zero if the uiAccess attribute in the application manifest is false. This parameter returns a non-zero value if the uiAccess attribute in the manifest is true. True means that UI accessibility applications require access higher privileges.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | winnt.h (include Windows.h) |