AniDBmini.WinAPI.ShowWindowAsync C# (CSharp) Method

ShowWindowAsync() private method

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