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