- Vijos
- 2015-06-17 14:00:31 @
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 @ 2015-06-24 18:46:06
????。。。
-
2015-06-21 21:06:45@
你要干啥
-
2015-06-21 08:01:23@
Win32 API?
- 1