Belhard.Training.MutexDemo.Native.GetWindowPlacement C# (CSharp) 메소드

GetWindowPlacement() 개인적인 메소드

private GetWindowPlacement ( IntPtr hWnd, WINDOWPLACEMENT &lpwndpl ) : bool
hWnd System.IntPtr
lpwndpl WINDOWPLACEMENT
리턴 bool
        internal static extern bool GetWindowPlacement(IntPtr hWnd, out WINDOWPLACEMENT lpwndpl);