Debugging Tools for Windows

GetSymbolEntryInformation

The GetSymbolEntryInformation method returns information about a symbol in a symbol group.

HRESULT
  IDebugSymbolGroup2::GetSymbolEntryInformation(
    IN ULONG  Index,
    OUT PDEBUG_SYMBOL_ENTRY  Entry
    );

Parameters

Index
The index of the symbol whose information iyou want. The index of a symbol is an identification number. The index ranges from zero through the number of symbols in the symbol group minus one.
Entry
The information about the symbol. For more information about this structure, see DEBUG_SYMBOL_ENTRY.

Return Value

GetSymbolEntryInformation might return one of the following values:

S_OK
The method was successful.

This method might also return error values. For more information about possible return values, see Return Values.

Comments

For more information about symbol groups, see Scopes and Symbol Groups.

Requirements

Versions: Available in IdebugSymbolGroup2 and later versions.

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

DEBUG_SYMBOL_ENTRY, GetNumberSymbols, IDebugSymbols3::GetSymbolEntryInformation

Build machine: CAPEBUILD