WORD SELECTOROF(lp) | ||||
void FAR* lp; | /* long pointer, */ |
The SELECTOROF macro retrieves the segment selector from the specified long pointer.
lp
Specifies a long pointer.
The return value is the segment selector.
The SELECTOROF macro is defined in WINDOWS.H as follows:
#define SELECTOROF(lp) HIWORD(lp)