Ejemplo n.º 1
0
 internal static extern bool TranslateMessage([In] ref WndMsg lpMsg);
Ejemplo n.º 2
0
 internal static extern IntPtr DispatchMessage([In] ref WndMsg lpmsg);
Ejemplo n.º 3
0
 internal static extern bool GetMessage(ref WndMsg msg, IntPtr hWnd, uint min, uint max);