Ejemplo n.º 1
0
 internal static extern bool TranslateMessage(out MSG lpMsg);
Ejemplo n.º 2
0
 internal static extern bool GetMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax);
Ejemplo n.º 3
0
 internal static extern bool PeekMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg);
Ejemplo n.º 4
0
 internal static extern bool DispatchMessage(ref MSG lpMsg);