Ejemplo n.º 1
0
 public static extern bool TranslateMessage(ref I3MSG msg);
Ejemplo n.º 2
0
 public static extern int DispatchMessage(ref I3MSG msg);
Ejemplo n.º 3
0
 public static extern bool PeekMessage(ref I3MSG msg, IntPtr hwnd, int msgMin, int msgMax, int remove);