YetAnotherRelogger.Helpers.Tools.KeyboardHook.UnregisterHotkey C# (CSharp) 메소드

UnregisterHotkey() 공개 메소드

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