'宣言 Public Shared Function GetWindowInfo( _ ByVal hWnd As IntPtr, _ ByRef pwi As Win32.WINDOWINFO _ ) As Boolean
public static bool GetWindowInfo( IntPtr hWnd, ref Win32.WINDOWINFO pwi )
パラメータ
- hWnd
- pwi
'宣言 Public Shared Function GetWindowInfo( _ ByVal hWnd As IntPtr, _ ByRef pwi As Win32.WINDOWINFO _ ) As Boolean
public static bool GetWindowInfo( IntPtr hWnd, ref Win32.WINDOWINFO pwi )