Пример #1
0
 internal static extern bool GetMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax);
Пример #2
0
 internal static extern bool DispatchMessage(ref MSG msg);
Пример #3
0
 internal static extern bool TranslateMessage(ref MSG msg);
Пример #4
0
 internal static extern bool PeekMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax, uint wFlag);
Пример #5
0
 internal static extern bool PeekMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax, uint wFlag);
Пример #6
0
 internal static extern bool GetMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax);
Пример #7
0
 internal static extern bool DispatchMessage(ref MSG msg);
Пример #8
0
 internal static extern bool TranslateMessage(ref MSG msg);