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 |