IDebugSymbols4::SetScopeEx 方法 (dbgeng.h)
将范围设置为扩展框架结构。
语法
HRESULT SetScopeEx(
[in] ULONG64 InstructionOffset,
[in, optional] PDEBUG_STACK_FRAME_EX ScopeFrame,
[in] PVOID ScopeContext,
[in] ULONG ScopeContextSize
);
参数
[in] InstructionOffset
范围指令的偏移量。
[in, optional] ScopeFrame
要设置为 DEBUG_STACK_FRAME_EX 结构的范围框架。
[in] ScopeContext
指向范围上下文的指针。
[in] ScopeContextSize
范围上下文的大小。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | dbgeng.h (包括 Dbgeng.h) |