Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
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) |