示例#1
0
 public static int DispatchMessage(ref Win32Native.NativeMessage lpMsg);
示例#2
0
 public static int GetMessage(out Win32Native.NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax);
示例#3
0
 public static int TranslateMessage(ref Win32Native.NativeMessage lpMsg);
示例#4
0
 public static int PeekMessage(out Win32Native.NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg);