Metodo IDebugHostBaseClass::GetType (dbgmodel.h)

Restituisce il tipo (ad esempio: "int *") del simbolo se il simbolo ha un tipo. Se il simbolo non ha un tipo, viene restituito un errore.

Sintassi

HRESULT GetType(
  IDebugHostType **type
);

Parametri

type

Il tipo del simbolo verrà restituito qui.

Valore restituito

Questo metodo restituisce HRESULT che indica l'esito positivo o negativo.

Requisiti

Requisito Valore
Intestazione dbgmodel.h

Vedi anche

Interfaccia IDebugHostBaseClass