Ejemplo n.º 1
0
 internal static extern int TranslateAccelerator(IntPtr hWnd, IntPtr hAccTable, ref MSG lpMsg);
Ejemplo n.º 2
0
 internal static extern bool TranslateMessage(ref MSG lpMsg);
Ejemplo n.º 3
0
 internal static extern IntPtr CallNextHookEx(IntPtr hhk, HookCodes nCode, IntPtr wParam, ref MSG lParam);