Debugging Tools for Windows

DEBUG_REQUEST_SET_LOCAL_IMPLICIT_COMMAND_LINE

The DEBUG_REQUEST_SET_LOCAL_IMPLICIT_COMMAND_LINE Request operation sets the debugger engine's implicit command line.

Parameters

InBuffer
The new implicit command line. The type of InBuffer is a pointer to a Unicode string (PWSTR). The pointer is copied but the string it points to is not copied.
OutBuffer
Not used.

Comments

The implicit command line can be used as the command line when creating a process. The process creation options (DEBUG_CREATE_PROCESS_OPTIONS) contain an option for using the implicit command line instead of a supplied command line when creating a process.

See Also

Request, DEBUG_CREATE_PROCESS_OPTIONS, DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS, DEBUG_REQUEST_SET_ADDITIONAL_CREATE_OPTIONS, CreateProcess2, CreateProcessAndAttach2

Build machine: CAPEBUILD