'宣言
Public Shared Function CreateWindowEx( _
ByVal As System.UInteger, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.UInteger, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr _
) As System.IntPtr
public static System.IntPtr CreateWindowEx(
System.uint ,
System.string ,
System.string ,
System.uint ,
System.int ,
System.int ,
System.int ,
System.int ,
System.IntPtr ,
System.IntPtr ,
System.IntPtr ,
System.IntPtr
)