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

GetWindowPlacement() private méthode

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