ACTCTX_REQUESTED_RUN_LEVEL enumeration (winnt.h)
The ACTCTX_REQUESTED_RUN_LEVEL enumeration describes the requested run level of the activation context.
Syntax
typedef enum {
ACTCTX_RUN_LEVEL_UNSPECIFIED = 0,
ACTCTX_RUN_LEVEL_AS_INVOKER,
ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE,
ACTCTX_RUN_LEVEL_REQUIRE_ADMIN,
ACTCTX_RUN_LEVEL_NUMBERS
} ACTCTX_REQUESTED_RUN_LEVEL;
Constants
ACTCTX_RUN_LEVEL_UNSPECIFIED Value: 0 The application manifest does not specify a requested run level for the application. |
ACTCTX_RUN_LEVEL_AS_INVOKER The application manifest requests the least privilege level to run the application. |
ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE The application manifest requests the highest privilege level to run the application. |
ACTCTX_RUN_LEVEL_REQUIRE_ADMIN The application manifest requests the administrator privilege level to run the application. |
ACTCTX_RUN_LEVEL_NUMBERS Total number of possible run levels. |
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) |