Switcheroo.AppWindow.SwitchToThisWindow C# (CSharp) Méthode

SwitchToThisWindow() private méthode

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