'调用dll方法
'即时发送
<DllImport("EUCPComm.dll", EntryPoint := "SendSMS")> _
Public Shared Function SendSMS(sn As String, mn As String, ct As String, priority As String) As Integer
End Function
[/Quote]
'调用dll方法
'即时发送
<DllImport("EUCPComm.dll", EntryPoint := "SendSMS")> _
Public Shared Function SendSMS(sn As String, mn As String, ct As String, priority As String) As Integer
End Function