Example #1
0
 internal static extern bool TranslateMessage(out MSG lpMsg);
Example #2
0
 internal static extern bool GetMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax);
Example #3
0
 internal static extern bool PeekMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg);
Example #4
0
 internal static extern bool DispatchMessage(ref MSG lpMsg);