IDebugSymbols3::GetSymbolEntryInformation method (dbgeng.h)

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

Syntax

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

Parameters

[in] Id

Specifies the module and symbol ID of the desired symbol. For details on this structure, see DEBUG_MODULE_AND_ID.

[out] Info

Receives the symbol entry information for the symbol. For details on this structure, see DEBUG_SYMBOL_ENTRY.

Return value

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

Return code Description
S_OK
The method was successful.

Remarks

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

Requirements

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

See also

IDebugSymbols3

IdebugSymbolGroup2::GetSymbolEntryInformation