Ejemplo n.º 1
0
 public static extern int TranslateMessage(ref NativeMessage lpMsg);
Ejemplo n.º 2
0
 public static extern int GetMessage(out NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin,
                                      int wMsgFilterMax);
Ejemplo n.º 3
0
 public static extern int PeekMessage(out NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin,
                                       int wMsgFilterMax, int wRemoveMsg);
Ejemplo n.º 4
0
 public static extern int DispatchMessage(ref NativeMessage lpMsg);
Ejemplo n.º 5
0
 public static extern int DispatchMessage(ref NativeMessage lpMsg);
Ejemplo n.º 6
0
 public static extern int TranslateMessage(ref NativeMessage lpMsg);
Ejemplo n.º 7
0
 public static extern int GetMessage(out NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin,
                                     int wMsgFilterMax);
Ejemplo n.º 8
0
 public static extern int PeekMessage(out NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin,
                                      int wMsgFilterMax, int wRemoveMsg);