Esempio n. 1
0
 public static extern int TranslateMessage(ref MSG lpMsg);
Esempio n. 2
0
 public static extern int TranslateAccelerator(IntPtr hwnd, IntPtr hAccTable, ref MSG lpMsg);
Esempio n. 3
0
 public static extern int TranslateMDISysAccel(IntPtr hwndClient, ref MSG lpMsg);
Esempio n. 4
0
 public static extern int PeekMessage(ref MSG lpMsg, IntPtr hwnd, int wMsgFilterMin, int wMsgFilterMax,
                                      int wRemoveMsg);
Esempio n. 5
0
 public static extern int IsDialogMessage(IntPtr hDlg, ref MSG lpMsg);
Esempio n. 6
0
 public static extern int GetMessage(ref MSG lpMsg, IntPtr hwnd, int wMsgFilterMin, int wMsgFilterMax);
Esempio n. 7
0
 public static extern int DispatchMessage(ref MSG lpMsg);
Esempio n. 8
0
 public static extern int CallMsgFilter(ref MSG lpMsg, int ncode);