Esempio n. 1
0
 internal static extern int DispatchMessage(ref MSG msg);
Esempio n. 2
0
 internal static extern bool TranslateMessage(ref MSG msg);
Esempio n. 3
0
 internal static extern bool PeekMessage(ref MSG msg, IntPtr hwnd, int msgMin, int msgMax, int remove);
Esempio n. 4
0
 internal static extern int DispatchMessage(ref MSG msg);
Esempio n. 5
0
 internal static extern bool TranslateMessage(ref MSG msg);
Esempio n. 6
0
 internal static extern bool PeekMessage(ref MSG msg, IntPtr hwnd, int msgMin, int msgMax, int remove);