MAKELONG macro
Creates a LONG value by concatenating the specified values.
DWORD MAKELONG(
WORD a,
WORD b
);
The low-order word of the new value.
The high-order word of the new value.
Type: LONG
The new value.
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | minwindef.h (include Windows.h) |