Redigera

Dela via


IDebugHostFunctionLocalDetails interface (dbgmodel.h)

A host optional interface which provides details about a function local variable.

Inheritance

IDebugHostFunctionLocalDetails inherits from IUnknown.

Methods

The IDebugHostFunctionLocalDetails interface has these methods.

 
IDebugHostFunctionLocalDetails::AddRef

The AddRef method increments the reference count for an object.
IDebugHostFunctionLocalDetails::EnumerateStorage

The EnumerateStorage method enumerates the storage for the local variable, including what registers or memory locations it may be in within the function.
IDebugHostFunctionLocalDetails::GetArgumentPosition

The GetArgumentPosition method obtains the position of the function argument within the argument list.
IDebugHostFunctionLocalDetails::GetLocalKind

The GetLocalKind method retrieves the kind of local variable that has been enumerated.
IDebugHostFunctionLocalDetails::GetName

The GetName method retrieves the name of the local variable.
IDebugHostFunctionLocalDetails::GetType

The GetType method retrieves the type of the local variable.
IDebugHostFunctionLocalDetails::QueryInterface

The QueryInterface method queries for a specific interface on an object.
IDebugHostFunctionLocalDetails::Release

The Release method releases a reference to the function local details object.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview