战
战鹰
Unregistered / Unconfirmed
GUEST, unregistred user!
int Getinfo(void **pp_info)<br>根据返回值确定需要转换的类型<br>1:将*pp_info 转换为 struct info_msg *<br>2:将*pp_info 转换为 struct info_report *<br><br>info_msg,info_report 为记录类型<br><br>俺按照下面的方法定义<br>function Getinfo(infoointer):integer;<br>function Getinfo;external 'getinfo.dll' name 'Getinfo';<br>定义总是提示找不到切入点