Belhard.Training.MutexDemo.Native.ShowWindow C# (CSharp) Метод

ShowWindow() приватный Метод

private ShowWindow ( IntPtr hWnd, ShowWindowCommands nCmdShow ) : bool
hWnd System.IntPtr
nCmdShow ShowWindowCommands
Результат bool
        internal static extern bool ShowWindow(IntPtr hWnd, ShowWindowCommands nCmdShow);