(dbgeng.h) IDebugSymbols4::SetScopeEx 方法
將範圍設定為延伸框架結構。
語法
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) |