Bitcoin_QR_Popup.Form1.GlobalHotkey.UnregisterHotKey C# (CSharp) Method

UnregisterHotKey() private method

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