IDebugSymbolGroup2::GetSymbolEntryInformation-Methode (dbgeng.h)

Die GetSymbolEntryInformation-Methode gibt Informationen zu einem Symbol in einer Symbolgruppe zurück.

Syntax

HRESULT GetSymbolEntryInformation(
  [in]  ULONG               Index,
  [out] PDEBUG_SYMBOL_ENTRY Entry
);

Parameter

[in] Index

Der Index des Symbols, dessen Informationen Sie wünschen. Der Index eines Symbols ist eine Identifikationsnummer. Der Index reicht von null bis zur Anzahl der Symbole in der Symbolgruppe minus 1.

[out] Entry

Die Informationen zum Symbol. Weitere Informationen zu dieser Struktur finden Sie unter DEBUG_SYMBOL_ENTRY.

Rückgabewert

Rückgabecode BESCHREIBUNG
S_OK
Die Methode war erfolgreich.
 

Diese Methode kann auch Fehlerwerte zurückgeben. Weitere Informationen finden Sie unter Rückgabewerte.

Hinweise

Weitere Informationen zu Symbolgruppen finden Sie unter Bereiche und Symbolgruppen.

Anforderungen

Anforderung Wert
Zielplattform Desktop
Kopfzeile dbgeng.h (dbgeng.h einschließen)

Weitere Informationen

DEBUG_SYMBOL_ENTRY

GetNumberSymbols

IDebugSymbolGroup2

IDebugSymbols3::GetSymbolEntryInformation