IDebugHostFunctionLocalDetails::GetType method (dbgmodel.h)
The GetType method retrieves the type of the local variable.
Syntax
HRESULT GetType(
IDebugHostType **localType
);
Parameters
localType
A pointer to a pointer variable that receives the IDebugHostType interface of the local variable type.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |