BoringHeroes.Interaction.KeyboardHook.UnregisterHotKey C# (CSharp) Method

UnregisterHotKey() private method

private UnregisterHotKey ( IntPtr hWnd, int id ) : bool
hWnd IntPtr
id int
return bool
        private static extern bool UnregisterHotKey(IntPtr hWnd, int id);