Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MAKELPARAM macro (winuser.h)
Creates a value for use as an lParam parameter in a message. The macro concatenates the specified values.
Syntax
LPARAM MAKELPARAM(
WORD l,
WORD h
);
Parameters
l
The low-order word of the new value.
h
The high-order word of the new value.
Return value
Type: LPARAM
The return value is an LPARAM value.
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
Feedback
Was this page helpful?
