//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言Winhttp对象模块源码
系统结构:Create,CloseHandle,GetLastError,IsObjectNull,GetObject,SetObject,UpdateObject,GetStatus,GetStatusText,GetResponseText,GetResponseBody,GetResponseStream,Option,SetProxy,SetCredentials,SetTimeouts,SetClientCertificate,SetAutoLogonPolicy,Open,Send,Send_Bin,SetRequestHeader,GetResponseHeader,GetAllResponseHeaders,WaitForResponse,Abort,GetCookie,GetAllCookies,SetUser_Agent,SetReferer,创建,取文本,替换,搜索全部,取匹配数量,取匹配文本,取子匹配文本,取子表达式个数,创建,取文本,替换,搜索全部,取匹配数量,取匹配文本,取子匹配文本,取子表达式个数,文本_取文本中间内,文本_取文本中间全,COM加载,COM卸载,
======启动
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |
======WinHttp
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ Create
| |
| |------ CloseHandle
| |
| |------ GetLastError
| |
| |------ IsObjectNull
| |
| |------ GetObject
| |
| |------ SetObject
| |
| |------ UpdateObject
| |
| |------ GetStatus
| |
| |------ GetStatusText
| |
| |------ GetResponseText
| |
| |------ GetResponseBody
| |
| |------ GetResponseStream
| |
| |------ Option
| |
| |------ SetProxy
| |
| |------ SetCredentials
| |
| |------ SetTimeouts
| |
| |------ SetClientCertificate
| |
| |------ SetAutoLogonPolicy
| |
| |------ Open
| |
| |------ Send
| |
| |------ Send_Bin
| |
| |------ SetRequestHeader
| |
| |------ GetResponseHeader
| |
| |------ GetAllResponseHeaders
| |
| |------ WaitForResponse
| |
| |------ Abort
| |
| |------ GetCookie
| |
| |------ GetAllCookies
| |
| |------ ____以下为快捷功能方法_____
| |
| |------ SetUser_Agent
| |
| |------ SetReferer
| |
| |
======正则表达式类
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ 创建
| |
| |------ 取文本
| |
| |------ 替换
| |
| |------ 搜索全部
| |
| |------ 取匹配数量
| |
| |------ 取匹配文本
| |
| |------ 取子匹配文本
| |
| |------ 取子表达式个数
| |
| |
======正则表达式类
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ 创建
| |
| |------ 取文本
| |
| |------ 替换
| |
| |------ 搜索全部
| |
| |------ 取匹配数量
| |
| |------ 取匹配文本
| |
| |------ 取子匹配文本
| |
| |------ 取子表达式个数
| |
| |
======文本
| |
| |------ 文本_取文本中间内
| |
| |------ 文本_取文本中间全
| |
| |
======调用的Dll
| |
| |---[dll]------ COM加载
| |
| |---[dll]------ COM卸载
调用的DLL命令:
.DLL命令 COM加载, 整数型, "ole32", "CoInitialize", 公开
.参数 pvReserved, 整数型, , 值为0
.DLL命令 COM卸载, , "ole32", "CoUninitialize", 公开
