IDebugSymbolGroup2::GetSymbolEntryInformation method (dbgeng.h)

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

Syntax

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

Parameters

[in] 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.

[out] Entry

The information about the symbol. For more information about this structure, see DEBUG_SYMBOL_ENTRY.

Return value

Return code Description
S_OK
The method was successful.
 

This method can also return error values. For more information, see Return Values.

Remarks

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

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

DEBUG_SYMBOL_ENTRY

GetNumberSymbols

IDebugSymbolGroup2

IDebugSymbols3::GetSymbolEntryInformation