Méthode IDebugSymbols3 ::GetSymbolEntryInformation (dbgeng.h)

La méthode GetSymbolEntryInformation retourne les informations d’entrée de symbole pour un symbole.

Syntaxe

HRESULT GetSymbolEntryInformation(
  [in]  PDEBUG_MODULE_AND_ID Id,
  [out] PDEBUG_SYMBOL_ENTRY  Info
);

Paramètres

[in] Id

Spécifie le module et l’ID de symbole du symbole souhaité. Pour plus d’informations sur cette structure, consultez DEBUG_MODULE_AND_ID.

[out] Info

Reçoit les informations d’entrée de symbole pour le symbole. Pour plus d’informations sur cette structure, consultez DEBUG_SYMBOL_ENTRY.

Valeur retournée

Cette méthode peut également retourner des valeurs d’erreur. Pour plus d’informations, consultez Valeurs de retour .

Code de retour Description
S_OK
La méthode a réussi.

Remarques

Pour plus d’informations sur les informations d’entrée de symbole, consultez Étendues et groupes de symboles.

Configuration requise

Condition requise Valeur
Plateforme cible Desktop (Expérience utilisateur)
En-tête dbgeng.h (inclure Dbgeng.h)

Voir aussi

IDebugSymbols3

IdebugSymbolGroup2 ::GetSymbolEntryInformation