Belhard.Training.MutexDemo.Native.ShowWindow C# (CSharp) Method

ShowWindow() private method

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