一个关于delphi的函数 AU3怎么可以用上?
function GSGW32_Mount(idx:Integer; Drive:Char; a3:Int64; constImgFile:PChar):Cardinal;stdcall; external 'RNDINTER.dll';function GSGW32_Umount(Drive:Char):Cardinal;stdcall; external 'RNDINTER1.dll';
function GSGW32_GetStatus(Driver:Char; idx:Integer; a3:Integer;ImgFile:PChar):Cardinal;stdcall; external 'RNDINTER.dll';
function GSGW32_LoadDriver:Integer;stdcall; external 'RNDINTER.dll';
function GSGW32_UnloadDriver:Integer;stdcall; external 'RNDINTER.dll';
function GSGW32_GetAllNetDiskDrive(lpOutBuffer:PChar):Cardinal;stdcall;external 'RNDINTER.dll';代码是别人公布出来的听说是 delphi写的。
调用的 是RNDINTER.dll 这个文件的,
如果用AU3调用 RNDINTER。DLL该怎么写
还请高手出手 stdcall的 au3可以调用 我不会 高手上 我也不会,帮顶。 这是VC的代码,有注释 [这是 别人用VC写的]
页:
[1]