Example #1
0
 public static int GET_Y_LPARAM(IntPtr lParam)
 {
     return(Utility.HIWORD(lParam.ToInt32()));
 }