'宣言
Public Shared Function ScrollWindow( _
ByVal handle As System.IntPtr, _
ByRef As Win32.RECT, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public static System.int ScrollWindow(
System.IntPtr handle,
ref Win32.RECT ,
System.int ,
System.int
)