Switcheroo.AppWindow.SwitchToThisWindow C# (CSharp) Method

SwitchToThisWindow() private method

private SwitchToThisWindow ( IntPtr hWnd, bool fAltTab ) : void
hWnd System.IntPtr
fAltTab bool
return void
        static extern void SwitchToThisWindow(IntPtr hWnd, bool fAltTab);