Ejemplo n.º 1
0
 public static extern bool PeekMessage(ref NativeMessage message, IntPtr hWnd, UInt32 wMsgFilterMin, UInt32 wMsgFilterMax, PeekMessageParams wRemoveMsg);
Ejemplo n.º 2
0
 static extern bool PeekMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax, PeekMessageParams wRemoveMsg);