Exemplo n.º 1
0
 public static extern bool PeekMessage(out MSG lpMsg, IntPtr hwnd, uint wMsgFilterMin, uint wMsgFilterMax,
     uint wRemoveMsg);
Exemplo n.º 2
0
 public static extern bool TranslateMessage(ref MSG lpMsg);
Exemplo n.º 3
0
 public static extern IntPtr DispatchMessage(ref MSG lpMsg);