Esempio n. 1
0
 public static extern IntPtr DispatchMessage([In] ref NativeMessage lpMsg);
Esempio n. 2
0
 public static extern int GetMessage(out NativeMessage lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax);
Esempio n. 3
0
 public static extern bool TranslateMessage([In] ref NativeMessage lpMsg);
Esempio n. 4
0
 public static extern bool PeekMessage(out NativeMessage lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg);