Function MAKELPARAM(wLow As UShort, wHigh As UShort) As UInteger
Return wHigh * &H10000 + wLow
End Function
Function MAKELPARAM(wLow As UShort, wHigh As UShort) As UInteger
Return wHigh * &H10000 + wLow
End Function