LOWORD

Syntax

WORD LOWORD(dwInteger)

This macro extracts the low-order word from the 32-bit integer value specified by the dwInteger parameter.

Parameter Type/Description  

dwInteger DWORD Specifies the value to be converted.  

Return Value

The return value specifies the low-order word of the 32-bit integer value.