Prev Next
LOWORD infoThe LOWORD macro retrieves the low-order word from the given 32-bit value. WORD LOWORD(
Parameters
Return ValuesThe return value is the low-order word of the specified value. RemarksThe LOWORD macro is defined as follows: #define LOWORD(l) ((WORD) (l)) See Also |