Método IDebugHostModule::GetType (dbgmodel.h)

Devuelve el tipo (por ejemplo: "int *") del símbolo si el símbolo tiene un tipo. Si el símbolo no tiene un tipo, se devuelve un error.

Sintaxis

HRESULT GetType(
  IDebugHostType **type
);

Parámetros

type

El tipo del símbolo se devolverá aquí.

Valor devuelto

Este método devuelve HRESULT que indica éxito o error.

Requisitos

Requisito Valor
Header dbgmodel.h

Consulte también

Interfaz IDebugHostModule