共用方式為


IDebugEventContextCallbacks::SystemError 方法 (dbgeng.h)

當目標中發生系統錯誤時,引擎會呼叫 SystemError 回呼方法。

如需參數描述和其他資訊,請參閱 IDebugEventCallbacks::SystemError

語法

HRESULT SystemError(
       ULONG Error,
       ULONG Level,
  [in] PVOID Context,
  [in] ULONG ContextSize
);

參數

Error

Level

[in] Context

DEBUG_EVENT_CONTEXT結構 指定為每個事件回呼的「內容」參數。 內容結構包含有關所發生偵錯事件的其他資訊。

[in] ContextSize

指定緩衝區內容的大小。

規格需求

需求
標頭 dbgeng.h (include dbgeng.h)

另請參閱

IDebugEventContextCallbacks (dbgeng.h)