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