| WORD OFFSETOF(lp) | ||||
| void FAR* lp; | /* long pointer, */ | |||
The OFFSETOF macro retrieves the address offset of the specified long pointer.
lp
Specifies a long pointer.
The return value is the offset address.
The OFFSETOF macro is defined in WINDOWS.H as follows:
#define OFFSETOF(lp) LOWORD(lp)