Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 3.45 KB

nf-dbgeng-idebugsymbols-getoffsettypeid.md

File metadata and controls

112 lines (77 loc) · 3.45 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugSymbols.GetOffsetTypeId
IDebugSymbols::GetOffsetTypeId (dbgeng.h)
The GetOffsetTypeId method returns the type ID of the symbol closest to the specified memory location. This method belongs to the IDebugSymbols interface.
debugger\getoffsettypeid.htm
debugger
05/03/2018
IDebugSymbols::GetOffsetTypeId
GetOffsetTypeId, GetOffsetTypeId method [Windows Debugging], GetOffsetTypeId method [Windows Debugging],IDebugSymbols interface, GetOffsetTypeId method [Windows Debugging],IDebugSymbols2 interface, GetOffsetTypeId method [Windows Debugging],IDebugSymbols3 interface, IDebugSymbols interface [Windows Debugging],GetOffsetTypeId method, IDebugSymbols.GetOffsetTypeId, IDebugSymbols2 interface [Windows Debugging],GetOffsetTypeId method, IDebugSymbols2::GetOffsetTypeId, IDebugSymbols3 interface [Windows Debugging],GetOffsetTypeId method, IDebugSymbols3::GetOffsetTypeId, IDebugSymbols::GetOffsetTypeId, IDebugSymbols_3f41981b-8ed2-4828-8bfb-a50b934a65ee.xml, dbgeng/IDebugSymbols2::GetOffsetTypeId, dbgeng/IDebugSymbols3::GetOffsetTypeId, dbgeng/IDebugSymbols::GetOffsetTypeId, debugger.getoffsettypeid
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSymbols::GetOffsetTypeId
dbgeng/IDebugSymbols::GetOffsetTypeId
APIRef
kbSyntax
COM
dbgeng.h
IDebugSymbols::GetOffsetTypeId

IDebugSymbols::GetOffsetTypeId

-description

The GetOffsetTypeId method returns the type ID of the symbol closest to the specified memory location.

-parameters

-param Offset [in]

Specifies the location in the target's memory for the symbol. The symbol closest to this location is used.

-param TypeId [out]

Receives the type ID of the symbol.

-param Module [out, optional]

Specifies the location in the target's memory address space of the base of the module to which the symbol belongs. For more information, see Modules. If Module is NULL, this information is not returned.

-returns

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

Return code Description
S_OK
The method was successful

-remarks

For more information about symbols, see Symbols.

-see-also

GetSymbolTypeId

GetTypeId

IDebugSymbols

IDebugSymbols2

IDebugSymbols3