Metodo IDebugHostType2::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 l'errore.
Requisiti
Requisito | Valore |
---|---|
Intestazione | dbgmodel.h |