- Vijos
- 9 年前 @
Function URLDownloadToFile(pCaller:longint;szURL:string;szFileName:string; dwReserved:longint;lpfnCB:longint):Longint;stdcall;external 'urlmon' name 'URLDownloadToFileA';
begin
urldownloadtofile(0,'http://www.baidu.com','c:\a.txt',0,0);
end.
3 条评论
-
琉璃盏 LV 10 @ 9 年前
????。。。
-
9 年前@
你要干啥
-
9 年前@
Win32 API?
- 1