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