Debugging Tools for Windows

ExtRemoteTyped::GetFieldOffset

The GetFieldOffset method returns the offset of a member from the base address of an instance of the type that is represented by this object.

ULONG
  ExtRemoteData::GetFieldOffset(
    IN PCSTR  Field
    ) throw(...)

Parameters

Field
The name of the member whose offset is requested. Sub-members can be specified using a dot-separated path (for example, mymember.mysubmember).

Return Value

GetFieldOffset returns the offset of the member from the base address of an instance of the type.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

GetFieldOffset, IDebugSymbols::GetFieldOffset

Build machine: CAPEBUILD