ARKBreedingStats.Win32Stuff.ShowWindow C# (CSharp) Method

ShowWindow() private method

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