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 SystemError callback method is called by the engine when a system error occurs in the target.
Refer to IDebugEventCallbacks::SystemError for parameter description and additional information.
Syntax
HRESULT SystemError(
ULONG Error,
ULONG Level,
[in] PVOID Context,
[in] ULONG ContextSize
);
Parameters
Error
Level
[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) |