Aegis.SystemDll.User32.ShowWindow C# (CSharp) Method

ShowWindow() private method

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