MAKELONG

Syntax

DWORD MAKELONG(wLow,wHigh)

This macro creates an unsigned long integer by concatenating two integer values, specified by the wLow and wHigh parameters.

Parameter Type/Description  

wLow WORD Specifies the low-order word of the new long value.  
wHigh WORD Specifies the high-order word of the new long value.  

Return Value

The return value specifies an unsigned long-integer value.