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);