예제 #1
0
 public static extern bool PeekMessage(out NativeMessage message, IntPtr handle, uint filterMin, uint filterMax, uint flags);
예제 #2
0
 public static extern bool TranslateMessage([In] ref NativeMessage lpMsg);
예제 #3
0
 public static extern IntPtr DispatchMessage([In] ref NativeMessage lpmsg);
예제 #4
0
 public static extern sbyte GetMessage(out NativeMessage lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax);