易语言asio服务源码
系统结构:add_accepter,del_connection,onaccept,init,close,stop,get_handle,onstart,onread,on_head_load,on_full_load,Http200,Http403,get_head_length,get_extern_length,get_type,get_url_file,get_disk_file,get_head_text,get_element,onwrite,onclose,get_line_value,decrypt_url,GetGMTTime,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ add_accepter
| |
| |------ del_connection
| |
| |------ __on_event
| |
| |------ onaccept
| |
| |------ _时钟1_周期事件
| |
| |
======web_connection
| |
| |------ init
| |
| |------ _close
| |
| |------ close
| |
| |------ stop
| |
| |------ get_handle
| |
| |------ onstart
| |
| |------ onread
| |
| |------ on_head_load
| |
| |------ on_full_load
| |
| |------ Http200
| |
| |------ Http403
| |
| |------ get_head_length
| |
| |------ get_extern_length
| |
| |------ get_type
| |
| |------ get_url_file
| |
| |------ get_disk_file
| |
| |------ get_head_text
| |
| |------ get_element
| |
| |------ onwrite
| |
| |------ onclose
| |
| |
======help
| |
| |------ get_line_value
| |
| |------ decrypt_url
| |
| |------ GetGMTTime
| |
| |
======调用的Dll
| |
| |---[dll]------ _SearchPath
| |
| |---[dll]------ _SetCurrentDirectory
| |
| |---[dll]------ _GetDateFormat
| |
| |---[dll]------ _GetSystemTime
| |
| |---[dll]------ _GetTimeFormat
调用的DLL命令:
.DLL命令 _SearchPath, 整数型, "kernel32.dll", "SearchPathA"
.参数 lpPath, 整数型
.参数 lpFileName, 文本型
.参数 lpExtension, 整数型
.参数 nBufferLength, 整数型
.参数 lpBuffer, 文本型
.参数 lpFilePart, 整数型
.DLL命令 _SetCurrentDirectory, 整数型, "kernel32.dll", "SetCurrentDirectoryA"
.参数 lpPathName, 文本型
.DLL命令 _GetDateFormat, 整数型, "kernel32.dll", "GetDateFormatA"
.参数 Locale, 整数型
.参数 dwFlags, 整数型
.参数 lpDate, SYSTEMTIME
.参数 lpFormat, 文本型
.参数 lpDateStr, 文本型
.参数 cchDate, 整数型
.DLL命令 _GetSystemTime, , "kernel32.dll", "GetSystemTime"
.参数 lpSystemTime, SYSTEMTIME
.DLL命令 _GetTimeFormat, 整数型, "kernel32.dll", "GetTimeFormatA"
.参数 Locale, 整数型
.参数 dwFlags, 整数型
.参数 lpTime, SYSTEMTIME
.参数 lpFormat, 文本型
.参数 lpTimeStr, 文本型
.参数 cchTime, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。