共用方式為


IDebugHostFunctionLocalStorageEnumerator 介面 (dbgmodel.h)

IDebugHostFunctionLocalStorageEnumerator 提供本機記憶體的介面(函式中可能位於哪個緩存器或記憶體位置)。

遺產

IDebugHostFunctionLocalStorageEnumerator 繼承自 IUnknown。

方法

IDebugHostFunctionLocalStorageEnumerator 介面具有這些方法。

 
IDebugHostFunctionLocalStorageEnumerator::AddRef

AddRef 方法會遞增 對象的參考計數。
IDebugHostFunctionLocalStorageEnumerator::GetNext

GetNext 方法會擷取函式中下一個局部變數的相關信息。
IDebugHostFunctionLocalStorageEnumerator::QueryInterface

QueryInterface 方法會擷取所要求介面的指標。
IDebugHostFunctionLocalStorageEnumerator::Release

Release 方法會遞減 對象的參考計數。
IDebugHostFunctionLocalStorageEnumerator::Reset

Reset 方法會將列舉值重設為其初始狀態。

要求

要求 價值
標頭 dbgmodel.h

另請參閱

調試程序數據模型C++概觀