Exemplo n.º 1
0
 public static extern bool GetMessage(ref MSG msg, IntPtr hwnd, int uMsgFilterMin, int uMsgFilterMax);
Exemplo n.º 2
0
 public static extern bool TranslateMessage(ref MSG msg);
Exemplo n.º 3
0
 public static extern int DispatchMessage(ref MSG msg);
Exemplo n.º 4
0
 public static extern bool PeekMessage(ref MSG lpMsg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg);