共用方式為


IDebugSymbols4::GetScopeEx 方法 (dbgeng.h)

取得範圍做為擴充框架結構。

語法

HRESULT GetScopeEx(
  [out, optional] PULONG64              InstructionOffset,
  [out, optional] PDEBUG_STACK_FRAME_EX ScopeFrame,
  [out]           PVOID                 ScopeContext,
  [in]            ULONG                 ScopeContextSize
);

參數

[out, optional] InstructionOffset

範圍指令的位移。

[out, optional] ScopeFrame

傳回為 DEBUG_STACK_FRAME_EX 結構的範圍框架。

[out] ScopeContext

傳回之範圍內容的指標。

[in] ScopeContextSize

範圍內容的大小。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
目標平台 Windows
標頭 dbgeng.h (包含 Dbgeng.h)

另請參閱

DEBUG_STACK_FRAME_EX

IDebugSymbols4