IDebugHostType2::GetFunctionInstancePointerType method (dbgmodel.h)
Indicates what the type of the instance ("this") pointer passed to the function is. This method will fail if the function is not an instance method on a class.
Syntax
HRESULT GetFunctionInstancePointerType(
IDebugHostType2 **instancePointerType
);
Parameters
instancePointerType
The instance pointer type.
Return value
This method returns HRESULT which indicates success or failure.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |