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.
Specifies execution options when querying for execution authorization with WldpCanExecuteBuffer, WldpCanExecuteFile, and WldpCanExecuteStream.
Syntax
typedef enum WLDP_EXECUTION_EVALUATION_OPTIONS {
WLDP_EXECUTION_EVALUATION_OPTION_NONE,
WLDP_EXECUTION_EVALUATION_OPTION_EXECUTE_IN_INTERACTIVE_SESSION
} ;
Constants
WLDP_EXECUTION_EVALUATION_OPTION_NONE No options. |
WLDP_EXECUTION_EVALUATION_OPTION_EXECUTE_IN_INTERACTIVE_SESSION The execution is requested for an interactive session, such as using Powershell or cmd. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, Build 22621 |
Minimum supported server | Windows 11, Build 22621 |
Header | wldp.h |