IDebugHostSymbol2::GetType method (dbgmodel.h)

Returns the type (e.g.: "int *") of the symbol if the symbol has a type. If the symbol does not have a type, an error is returned.

Syntax

HRESULT GetType(
  IDebugHostType **type
);

Parameters

type

The type of the symbol will be returned here.

Return value

This method returns HRESULT that indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostSymbol2 interface