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