Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a value for use as a return value from a window procedure. The macro concatenates the specified values.
Syntax
LRESULT MAKELRESULT(
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: LRESULT
The return value is an LRESULT 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