BYTE LOBYTE(wVal) |
This macro extracts the low-order byte from the short-integer value specified by the nInteger parameter.
wVal
Specifies the value to be converted.
The return value specifies the low-order byte of the value.
The LOBYTE macro is defined as:
#define LOBYTE(w) ((BYTE)(w))
LOWORD