BoringHeroes.Interaction.KeyboardHook.UnregisterHotKey C# (CSharp) Метод

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

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