Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 2.07 KB

nf-dbgeng-idebugsymbols5-getfieldoffset.md

File metadata and controls

67 lines (54 loc) · 2.07 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.IDebugSymbols5.GetFieldOffset
IDebugSymbols5::GetFieldOffset method (dbgeng.h)
The GetFieldOffset function returns the offset of a member from the beginning of a structure. This method belongs to the IDebugSymbols5 interface.
debugger\getfieldoffset.htm
debugger
07/26/2023
IDebugSymbols5::GetFieldOffset method
debugger.getfieldoffset, IDebugSymbols4::GetFieldOffset, WdbgExts_Ref_22c8a9bc-dec9-4eec-95c6-b265694b4385.xml, IDebugSymbols4, IDebugSymbols::GetFieldOffset, GetFieldOffset function [Windows Debugging], IDebugSymbols5::GetFieldOffset, wdbgexts/GetFieldOffset, GetFieldOffset, IDebugSymbols5, IDebugSymbols
dbgeng.h
Wdbgexts.h, Dbgeng.h
Desktop
dbgeng.h
Windows
DOT4_ACTIVITY, *PDOT4_ACTIVITY
IDebugSymbols5::GetFieldOffset
dbgeng/IDebugSymbols5::GetFieldOffset
APIRef
kbSyntax
HeaderDef
wdbgexts.h
IDebugSymbols5::GetFieldOffset

IDebugSymbols5::GetFieldOffset method

-description

The GetFieldOffset function returns the offset of a member from the beginning of a structure.

-parameters

-param Module [in]

-param TypeId [in]

Specifies the type ID of the type.

-param Field [in]

Specifies the name of the member in the structure. Submembers can be specified by using a period-separated path, for example, "myfield.mysubfield".

-param Offset

Receives the offset of the member from the beginning of an instance of the structure.

-returns

If the function succeeds, the return value is zero. Otherwise, the return value is an IG_DUMP_SYMBOL_INFO error code.