FlatRedBall.Glue.ProcessManager.ShowWindowAsync C# (CSharp) Method

ShowWindowAsync() private method

private ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool
hWnd System.IntPtr
nCmdShow int
return bool
        static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);