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