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);