首页 > 开发 > 综合 > 正文

使用PB调用API自动更新(非FTP模式)(一、STRUCTURE定义)

2024-07-21 02:10:16
字体:
来源:转载
供稿:网友

商业源码热门下载www.html.org.cn


一、structure定义
1、s_filetime
global type s_filetime from structure
 long  dwlowdatetime
 long  dwhighdatetime
end type

2、s_win32_find_data
global type s_win32_find_data from structure
 long  dwfileattributes
 s_filetime  ftcreationtime
 s_filetime  ftlastaccesstime
 s_filetime  ftlastwritetime
 long  nfilesizehigh
 long  nfilesizelow
 long  dwreserved0
 long  dwreserved1
 character  cfilename[255]
 character  calternatefilename[14]
end type

3、s_netresource
global type s_netresource from structure
 long  dwscope
 long  dwtype
 long  dwdisplaytype
 long  dwusage
 string  lplocalname
 string  lpremotename
 string  lpcomment
 string  lpprovider
end type

 
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表