Condividi tramite


Metodo IDebugHostType::IsGeneric (dbgmodel.h)

Restituisce un valore che indica se il tipo è un modello o generico.

Sintassi

HRESULT IsGeneric(
  bool *isGeneric
);

Parametri

isGeneric

Qui viene restituito un'indicazione che indica se il tipo è un tipo generico o di modello.

Valore restituito

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

Requisiti

Requisito Valore
Intestazione dbgmodel.h

Vedi anche

Interfaccia IDebugHostType