请您翻译,中译英:《远程维护通道》软件简介,有奖哦(内祥) ( 积分: 200 )

M

mmyl

Unregistered / Unconfirmed
GUEST, unregistred user!
SpStruct = class;

SpStruct = class(TRemotable)
private
FfeeCode: String;
FlinkID: String;
FspData: String;
FuserMS: String;
published
property feeCode: String read FfeeCode write FfeeCode;
property linkID: String read FlinkID write FlinkID;
property spData: String read FspData write FspData;
property userMS: String read FuserMS write FuserMS;
end;
ArrayOfspStruct = array of spStruct;

SmsOther = interface(IInvokable)
['{8B1FC8D5-E60F-B87F-AD4B-75407E8D7845}']
function send(const sendPack: ArrayOfspStruct): integer;
stdcall;
这是我调用webservices的内容,谁能给我解释一下其中的意思,并告诉我最后面的函数怎么用,应该在send()中加什么东西,谢谢!
 
M

missinwind

Unregistered / Unconfirmed
GUEST, unregistred user!
是不是顶者有分啊?呵呵
 
X

xygz

Unregistered / Unconfirmed
GUEST, unregistred user!
楼上的翻译要改起来比重新翻还麻烦哦。遗憾,这一阵没时间
 

Similar threads

S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
523
import
I
I
回复
0
查看
536
import
I
顶部