MAKELRESULT macro (winuser.h)
Creates a value for use as a return value from a window procedure. The macro concatenates the specified values.
Syntax
void MAKELRESULT(
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