S
siaosa
Unregistered / Unconfirmed
GUEST, unregistred user!
这个函数在DELPHI里怎么申明呀?truct Gs04_Record //记录结构{dword nCardID; //物理卡号dword nYear; //年dword nMonth; //月dword nDay; //日dword nHour; //时dword nMinute; //分dword nSecond; //秒dword bIsBc; //是否是注册的卡,黑名单dword bOnDuty; //上下班标志,或进出标志};struct s_allRecordInfo{Gs04_Record nRecord[100]; //100条记录结构};Function ulong GSTCPIP_ReadGs04Record(ref char Ipaddress[15],ulong Port,ulong Addr,ulong Index,ref ulong nNum, &ref s_allRecordInfo StrRecord) Library "ZSTcpip.dll" Alias For "GSTCPIP_ReadGs04Record;Ansi"