msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FIELDOFFSET (1.2)
                                                      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.
 
                                      ♦