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 sbyte GetMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin,
		   uint wMsgFilterMax);