Creates a value for use as a return value from a window procedure.
OutputVar := MAKELRESULT(ValueLow, ValueHigh)Function Example: lResult := MAKELRESULT(10, 20)
The name of the variable to store the lResult value.
The low-order value.
The high-order value.
MsgBox % MakeLResult(10, 20)