Location:
e32def.h
Link against:
#define _FOFF(c,f) ((TInt)(&((c *)0)->f))
Supported from 5.0
Calculates the offset of member f
within class
c
.
This is used in the TSglQue
and TDblQue
constructors to set the offset of the link object from the start of a list
element.
|