Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.5 KB

nf-dbgeng-idebugeventcallbackswide-systemerror.md

File metadata and controls

71 lines (54 loc) · 2.5 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugEventCallbacksWide.SystemError
IDebugEventCallbacksWide::SystemError (dbgeng.h)
The SystemError callback method is called by the engine when a system error occurs in the target. This method belongs to the IDebugEventCallbacksWide interface.
debugger\idebugeventcallbackswide_systemerror.htm
debugger
05/03/2018
IDebugEventCallbacksWide::SystemError
IDebugEventCallbacksWide interface [Windows Debugging],SystemError method, IDebugEventCallbacksWide.SystemError, IDebugEventCallbacksWide::SystemError, SystemError, SystemError method [Windows Debugging], SystemError method [Windows Debugging],IDebugEventCallbacksWide interface, dbgeng/IDebugEventCallbacksWide::SystemError, debugger.idebugeventcallbackswide_systemerror
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugEventCallbacksWide::SystemError
dbgeng/IDebugEventCallbacksWide::SystemError
APIRef
kbSyntax
COM
dbgeng.h
IDebugEventCallbacksWide::SystemError

IDebugEventCallbacksWide::SystemError

-description

The SystemError callback method is called by the engine when a system error occurs in the target.

-parameters

-param Error [in]

Specifies the error that caused the event.

-param Level [in]

Specifies the severity of the error.

-returns

This method returns a DEBUG_STATUS_XXX value, which indicates how the execution of the target should proceed after the engine processes this event. For details on how the engine treats this value, see Monitoring Events.

-remarks

This method is only called by the engine if the DEBUG_EVENT_SYSTEM_ERROR flag is set in the mask returned by IDebugEventCallbacksWide::GetInterestMask.

For more information about handling events, see Monitoring Events.