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