Debugging Tools for Windows

GetSymbolEntryInformation

The GetSymbolEntryInformation method returns the symbol entry information for a symbol.

HRESULT
  IdebugSymbols3::GetSymbolEntryInformation(
    IN PDEBUG_MODULE_AND_ID  Id,
    OUT PDEBUG_SYMBOL_ENTRY  Info
    );

Parameters

Id
Specifies the module and symbol ID of the desired symbol. For details on this structure, see DEBUG_MODULE_AND_ID.
Info
Receives the symbol entry information for the symbol. For details on this structure, see DEBUG_SYMBOL_ENTRY.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

GetSymbolEntryInformation is available in IDebugSymbols3 and later versions.

Comments

For details on the symbol entry information, see Scopes and Symbol Groups.

Requirements

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

See Also

IdebugSymbolGroup2::GetSymbolEntryInformation

Build machine: CAPEBUILD