IDebugHostFunctionLocalDetailsEnumerator interface (dbgmodel.h)
A host optional interface which enumerates locals & arguments of a function and provides details about their backing storage and types.
Inheritance
IDebugHostFunctionLocalDetailsEnumerator inherits from IUnknown.
Methods
The IDebugHostFunctionLocalDetailsEnumerator interface has these methods.
IDebugHostFunctionLocalDetailsEnumerator::AddRef The AddRef method increments the reference count for an object. |
IDebugHostFunctionLocalDetailsEnumerator::GetNext The GetNext method retrieves information about the next local variable within the function. |
IDebugHostFunctionLocalDetailsEnumerator::QueryInterface The QueryInterface method queries for a specific interface on the current object. |
IDebugHostFunctionLocalDetailsEnumerator::Release The Release method releases a reference to the IDebugHostFunctionLocalDetailsEnumerator object. |
IDebugHostFunctionLocalDetailsEnumerator::Reset The Reset method resets the enumerator back to its initial state. |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |