Rediger

Del via


IDebugHostFunctionLocalStorage2 interface (dbgmodel.h)

The version 2 of an optional introspection interface that defines where a local is stored.

This version 2 of the interface supports all of the previous methods with identical signatures and includes additional new methods that provide added functionality. The new methods are listed in the header at the end of the section for that interface.

Inheritance

The IDebugHostFunctionLocalStorage2 interface inherits from the IUnknown interface.

Methods

The IDebugHostFunctionLocalStorage2 interface has these methods.

 
IDebugHostFunctionLocalStorage2::AddRef

The AddRef method increments the reference count for the object.
IDebugHostFunctionLocalStorage2::GetExtendedRegisterAddressInfo

The GetExtendedRegisterAddressInfo method retrieves the architecture-specific register address information in which local data is stored.
IDebugHostFunctionLocalStorage2::QueryInterface

The QueryInterface method retrieves a pointer to the requested interface.
IDebugHostFunctionLocalStorage2::Release

The Release method releases the reference to the function local storage object.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Interfaces Overview