发布时间:2013-10-05 17:06:11
ipheader.strProtocol = IP协议 ; ipheader.strSourceIP = 源IP ; ipheader.strDestIP = 目标IP ;tcpheader.strSport = 源端口tcpheader.strDport = 目标端口 tcpheader.th_sport = 16位源端口tcpheader.th_dport = 16位目的端口tcpheader.th_seq =tcpheader.th_ack =tc.........【阅读全文】
发布时间:2013-10-05 12:48:58
open() = 使用wsock库以前必须调用此函数注册close() = 使用wsock库以后必须调用此函数释放\n与wsock.open()配对使用accept(__/*套接字句柄*/) = 创建一个新的套接字来与客户套接字创建连接通道,\n如果连接成功,就返回新创建的套接字句柄acceptAddr(__/*套接字句柄*/) = 创建一个新的套接字来与客户套接字创建连接通.........【阅读全文】
发布时间:2013-10-04 20:42:53
嵌入控件的控件,最好用wndproc回调函数处理消息。否则应在父控件窗口中转发命令消息......【阅读全文】