◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── FIELDOFFSET(type, field) The FIELDOFFSET macro computes the address offset of the specified field in the structure specified by the type parameter. Parameter Description ──────────────────────────────────────────────────────────────────────────── type Specifies the name of the structure. field Specifies the name of a field defined within the given structure. ♦