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

UnregisterHotkey() public method

Unregisters a hot key
public UnregisterHotkey ( int id ) : bool
id int Hotkey id
return bool
        public bool UnregisterHotkey(int id)
        {
            return UnregisterHotKey(_window.Handle, id);
        }