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.
The ExitProcess callback method is called by the engine when an exit-process debugging event occurs in the target.
Refer to IDebugEventCallbacks::ExitProcess for parameter description and additional information.
Syntax
HRESULT ExitProcess(
ULONG ExitCode,
[in] PVOID Context,
[in] ULONG ContextSize
);
Parameters
ExitCode
[in] Context
Specifies the DEBUG_EVENT_CONTEXT structure as the “context” parameter of each event callback. The context structure contains additional information about the debug event that occurred.
[in] ContextSize
Specifies the size of the buffer Context.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include dbgeng.h) |