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

GetWindowPlacement() private method

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