Debugging Tools for Windows

DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS

The DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS Request operation returns the default process creation options.

Parameters

InBuffer
Not used.
OutBuffer
The default process creation options. The type of the process creation options is DEBUG_CREATE_PROCESS_OPTIONS.

Comments

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.

See Also

Request, DEBUG_REQUEST_SET_ADDITIONAL_CREATE_OPTIONS, DEBUG_CREATE_PROCESS_OPTIONS,

CreateProcess, CreateProcessAndAttach

Build machine: CAPEBUILD