Belhard.Training.MutexDemo.Native.ShowWindow C# (CSharp) Méthode

ShowWindow() private méthode

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