Creates a value for use as an lParam parameter in a message.
OutputVar := MAKELPARAM(ValueLow, ValueHigh)Function Example: lParam := MAKELPARAM(10, 20)
The name of the variable to store the lParam value.
The low-order value.
The high-order value.
MsgBox % MakeLParam(10, 20)