IDebugHostFunctionLocalStorage 接口 (dbgmodel.h)

用于定义本地存储位置的可选反省接口。

遗产

IDebugHostFunctionLocalStorage 接口继承自 IUnknown 接口。

方法

IDebugHostFunctionLocalStorage 接口具有这些方法。

 
IDebugHostFunctionLocalStorage::AddRef

AddRef 方法递增对象的引用计数。
IDebugHostFunctionLocalStorage::GetOffset

GetOffset 方法从存储本地数据的寄存器中检索偏移量。
IDebugHostFunctionLocalStorage::GetRegister

GetRegister 方法检索本地数据存储在其中的寄存器,或者它相对于的寄存器。 返回的值特定于体系结构。
IDebugHostFunctionLocalStorage::GetStorageKind

GetStorageKind 方法检索本地数据的存储类型。
IDebugHostFunctionLocalStorage::GetValidRange

GetValidRange 方法检索一组模块相对地址,此存储有效以及它是否在上述范围内得到保证。
IDebugHostFunctionLocalStorage::QueryInterface

QueryInterface 方法检索指向所请求接口的指针。
IDebugHostFunctionLocalStorage::Release

Release 方法释放对函数本地存储对象的引用。

要求

要求 价值
标头 dbgmodel.h

另请参阅

调试器数据模型C++概述