IDebugSymbols3::GetSymbolEntryByToken method (dbgeng.h)
Looks up a symbol by using a managed metadata token.
Syntax
HRESULT GetSymbolEntryByToken(
[in] ULONG64 ModuleBase,
[in] ULONG Token,
[out] PDEBUG_MODULE_AND_ID Id
);
Parameters
[in] ModuleBase
The base of the module.
[in] Token
The token to use to look up the symbol.
[out] Id
A pointer to the module as a DEBUG_MODULE_AND_ID structure.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |