#define DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS /* IOCTL code */
View the official Windows hardware development documentationNo description available.
The DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS Request operation returns the default process creation options.
InBuffer Not used.
OutBuffer The default process creation options. The type of the process creation options is DEBUG_CREATE_PROCESS_OPTIONS.
The default process creation options are used by methods CreateProcess and CreateProcessAndAttach which, unlike CreateProcess2 and CreateProcessAndAttach2, do not specify the full range of process creation options.
The CreateFlags field of the DEBUG_CREATE_PROCESS_OPTIONS structure is not used as a default because all process creation operations provide this information.
DEBUG_REQUEST_SET_ADDITIONAL_CREATE_OPTIONS