'宣言
 
Public Shared Function MoveToEx( _
   ByVal  As System.IntPtr, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByRef  As Win32.POINT _
) As System.Boolean
             
        
            
            public static System.bool MoveToEx( 
   System.IntPtr ,
   System.int ,
   System.int ,
   ref Win32.POINT 
)