'宣言
 
Public Shared Function ToUnicodeEx( _
   ByVal  As UInteger, _
   ByVal  As UInteger, _
   ByVal () As Byte, _
   ByVal  As StringBuilder, _
   ByVal  As Integer, _
   ByVal  As UInteger, _
   ByVal  As IntPtr _
) As Integer
             
        
            
            public static int ToUnicodeEx( 
   uint ,
   uint ,
   byte[] ,
   StringBuilder ,
   int ,
   uint ,
   IntPtr 
)