'Declaration Public Shared Function GetWindowInfo( _ ByVal hWnd As System.IntPtr, _ ByRef pwi As Win32.WINDOWINFO _ ) As System.Boolean
public static System.bool GetWindowInfo( System.IntPtr hWnd, ref Win32.WINDOWINFO pwi )
Parameters
- hWnd
- pwi
'Declaration Public Shared Function GetWindowInfo( _ ByVal hWnd As System.IntPtr, _ ByRef pwi As Win32.WINDOWINFO _ ) As System.Boolean
public static System.bool GetWindowInfo( System.IntPtr hWnd, ref Win32.WINDOWINFO pwi )