MAKELPARAM macro (winuser.h)
Creates a value for use as an lParam parameter in a message. The macro concatenates the specified values.
Syntax
void MAKELPARAM(
l,
h
);
Parameters
l
The low-order word of the new value.
h
The high-order word of the new value.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | winuser.h (include Windows.h) |
See also
Conceptual
Reference