欢迎来到天天文库
浏览记录
ID:11767762
大小:51.00 KB
页数:8页
时间:2018-07-13
《wininetapi函数详解》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、VBWinInet函数用法详解2011-02-2503:40WinInet(「WindowsInternet」)API帮助程序员使用三个常见的Internet协议,这三个协议是:用于WorldWideWeb万维网的超文本传输协议(HTTP:HypertextTransferProtocol)、文件传输协议(FTP:FileTransferProtocol)和另一个称为Gopher的文件传输协议。WinInet函数的语法与常用的Win32API函数的语法类似,这使得使用这些协议就像使用本地硬盘上的文件一样容易。WinInetAPI的文件位于/PlatformSDK/Inte
2、rnet,Intranet,ExtranetServices/InternetToolsandTechnologies/WinInetAPI。请参见MSDNForVS2005的详细资料:MicrosoftprovidesmanyAPIsforprogrammingbothclientandserverapplications.ManynewapplicationsarebeingwrittenfortheInternet,andastechnologies,browsercapabilities,andsecurityoptionschange,newtypesofapp
3、licationswillbewritten.Browsersrunonclientcomputers,providingaccesstotheWorldWideWebanddisplayingHTMLpagesthatcontaintext,graphics,ActiveXcontrols,anddocuments.ServersprovideFTP,HTTP,andgopherservices,andrunserverextensionapplicationsusingCGIandISAPI.Yourcustomapplicationcanretrieveinform
4、ationandprovidedataontheInternet....深入剖析WinInet1、Linux的Socket资料2、EPOLL的资料3、HTTPSERVER的资料4、深入windows源代码目录===============================================================================⊙WinInet概述⊙Hinternet句柄的层次关系⊙HTTP函数层次关系⊙典型的HTTP客户端程序的处理流程1、普通WinInet处理函数⊙InetrnetOpen初始化WinInet.dll⊙Interne
5、tOpenUrl打开Url,读取数据⊙InternetAttemptConnect尝试建立到Internet的连接⊙InternetConnect建立Internet的连接⊙InternetCheckConnection检查Internet的连接是否能够建立⊙InternetSetOption设置一个Internet选项⊙InternetSetStausCallback安装一个回调函数,供API函数调用⊙InternetQueryOption查询在一个指定句柄上的Internet选项⊙InternetQueryDataAvailable查询可用数据的数量⊙Internet
6、ReadFile(Ex)从一个打开的句柄读取数据⊙InternetFindNextFile继续文件搜寻⊙InetrnetSetFilePointer为InternetReadFile设置一个文件位置⊙InternetWriteFile将数据写到一个打开的Internet文件⊙InternetLockRequestFile允许用户为正在使用的文件加锁⊙InternetUnlockRequestFile解锁被锁定的文件⊙InternetTimeFromSystemTime根据指定的RFC格式格式化日期和时间⊙InternetTimeToSystemTime将一个HTTP时间/
7、日期字串格式化为SystemTime结构对象⊙InternetConfirmZoneCrossing检查在安全URL和非安全URL间的变化⊙InternetCloseHandle关闭一个单一的Internet句柄⊙InternetErrorDlg显示错误信息对话框⊙InternetGetLastResponesInfo获取最近发送的API函数的错误2、HTTP处理函数⊙HttpOpenRequest打开一个HTTP请求的句柄⊙HttpSendRequert(Ex)向HTTP服务器发送指定的请求⊙HttpQueryInfo查询有
此文档下载收益归作者所有