YetAnotherRelogger.Helpers.Tools.KeyboardHook.UnregisterHotKey C# (CSharp) Метод

UnregisterHotKey() приватный Метод

private UnregisterHotKey ( IntPtr hWnd, int id ) : bool
hWnd System.IntPtr
id int
Результат bool
        private static extern bool UnregisterHotKey(IntPtr hWnd, int id);