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