Debugging Tools for Windows |
The GetOffsetTypeId method returns the type ID of the symbol closest to the specified memory location.
HRESULT
IDebugSymbols::GetOffsetTypeId(
IN ULONG64 Offset,
OUT PULONG TypeId,
OUT OPTIONAL PULONG64 Module
);
This method may also return error values. See Return Values for more details.
GetOffsetTypeId is available in all versions of IDebugSymbols.
For more information about symbols, see Symbols.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.