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