'Declaration
Public Shared Function GetWindowPlacement( _ ByVal hWnd As System.IntPtr, _ ByRef placement As NUser32.WINDOWPLACEMENT _ ) As System.Integer
'Usage
Dim hWnd As System.IntPtr Dim placement As NUser32.WINDOWPLACEMENT Dim value As System.Integer value = NUser32.GetWindowPlacement(hWnd, placement)
public static System.int GetWindowPlacement( System.IntPtr hWnd, ref NUser32.WINDOWPLACEMENT placement )
Parameters
- hWnd
- placement