예제 #1
0
파일: User.cs 프로젝트: SameerOmar/InkMon
 public static extern int TranslateMessage(ref MSG lpMsg);
예제 #2
0
파일: User.cs 프로젝트: SameerOmar/InkMon
 public static extern int TranslateAccelerator(IntPtr hwnd, IntPtr hAccTable, ref MSG lpMsg);
예제 #3
0
파일: User.cs 프로젝트: SameerOmar/InkMon
 public static extern int TranslateMDISysAccel(IntPtr hwndClient, ref MSG lpMsg);
예제 #4
0
파일: User.cs 프로젝트: SameerOmar/InkMon
 public static extern int PeekMessage(ref MSG lpMsg, IntPtr hwnd, int wMsgFilterMin, int wMsgFilterMax,
     int wRemoveMsg);
예제 #5
0
파일: User.cs 프로젝트: SameerOmar/InkMon
 public static extern int IsDialogMessage(IntPtr hDlg, ref MSG lpMsg);
예제 #6
0
파일: User.cs 프로젝트: SameerOmar/InkMon
 public static extern int GetMessage(ref MSG lpMsg, IntPtr hwnd, int wMsgFilterMin, int wMsgFilterMax);
예제 #7
0
파일: User.cs 프로젝트: SameerOmar/InkMon
 public static extern int DispatchMessage(ref MSG lpMsg);
예제 #8
0
파일: User.cs 프로젝트: SameerOmar/InkMon
 public static extern int CallMsgFilter(ref MSG lpMsg, int ncode);