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