Debugging Tools for Windows |
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
);
This method may also return error values. See Return Values for more details.
GetSymbolEntryInformation is available in IDebugSymbols3 and later versions.
For details on the symbol entry information, see Scopes and Symbol Groups.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.