YetAnotherRelogger.Helpers.Tools.KeyboardHook.RegisterHotKey C# (CSharp) Method

RegisterHotKey() private method

private RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
hWnd System.IntPtr
id int
fsModifiers uint
vk uint
return bool
        private static extern bool RegisterHotKey(IntPtr hWnd, int id, uint fsModifiers, uint vk);

Same methods

KeyboardHook::RegisterHotKey ( ModifierKeys modifier, Keys key ) : int