Prev Next
LOBYTE infoThe LOBYTE macro retrieves the low-order byte from the given 16-bit value. BYTE LOBYTE(
Parameters
Return ValuesThe return value is the low-order byte of the specified value. RemarksThe LOBYTE macro is defined as follows: #define LOBYTE(w) ((BYTE) (w)) See Also |