YetAnotherRelogger.Helpers.Tools.KeyboardHook.RegisterHotKey C# (CSharp) Méthode

RegisterHotKey() private méthode

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

Same methods

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