Condividi tramite


IDebugEnumField:: GetUnderlyingSymbol

Questo metodo restituisce IDebugField un oggetto che rappresenta il nome dell'enumerazione.

HRESULT GetUnderlyingSymbol(
   IDebugField** ppField
);
int GetUnderlyingSymbol(
   out IDebugField ppField
);

Parametri

  • ppField
    [out] Restituisce IDebugField la descrizione del nome dell'enumerazione.

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Note

Il nome dell'enumerazione contiene anche il tipo dell'enumerazione, associato a una posizione di memoria utilizzando IDebugBinder:: associazione.

Vedere anche

Riferimenti

IDebugEnumField

IDebugField

IDebugBinder:: associazione