IDebugHostFunctionLocalStorageEnumerator interface (dbgmodel.h)
IDebugHostFunctionLocalStorageEnumerator provides an interface to storage for the local (what registers or memory locations it may be in within the function).
Inheritance
IDebugHostFunctionLocalStorageEnumerator inherits from IUnknown.
Methods
The IDebugHostFunctionLocalStorageEnumerator interface has these methods.
IDebugHostFunctionLocalStorageEnumerator::AddRef The AddRef method increments the reference count for an object. |
IDebugHostFunctionLocalStorageEnumerator::GetNext The GetNext method retrieves information about the next local variable within the function. |
IDebugHostFunctionLocalStorageEnumerator::QueryInterface The QueryInterface method retrieves a pointer to the requested interface. |
IDebugHostFunctionLocalStorageEnumerator::Release The Release method decrements the reference count for an object. |
IDebugHostFunctionLocalStorageEnumerator::Reset The Reset method resets the enumerator back to its initial state. |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |