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

RegisterHotKey() private method

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