GET_Y_LPARAM Method (Win32)
Retrieves the signed y-coordinate from the given value. This function handles the message parameters of window and is a replacement for HIWORD because HIWORD must return the unsigned value. See in MSDN which function used to process the message.
'Declaration
Public Shared Function GET_Y_LPARAM( _
ByVal As IntPtr _
) As Integer
Parameters
- lParam
- The value to be converted.
Return Value
The return value is the high-order int of the specified value.