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