文件名称:88
介绍说明--下载内容均来自于网络,请自行研究使用
Winsock提供了另一个有用的异步I/O模型。和WSAAsyncSelect模型类似的是,它也允许应用程序在一个或多个套接字上,接收以事件为
基础的网络事件通知。对于表1总结的、由WSAAsyncSelect模型采用的网络事件来说,它们均可原封不动地移植到新模型。在用新模型
开发的应用程序中,也能接收和处理所有那些事件。该模型最主要的差别在于网络事件会投递至一个事件对象句柄,而非投递至一个窗
口例程。(节选自《Windows网络编程》第八章)
还是让我们先看代码然后进行分析:-Winsock provides another useful asynchronous I/O model. And similar WSAAsyncSelect model is that it also allows applications in one or more sockets, the receive event-based network event notifications. For Table 1 summarizes, the WSAAsyncSelect model used in network events, they can be transplanted intact to the new model. With a new model in the development of applications, but also all those who receive and deal with the incident. The model is the most important difference is that network events will be delivered to an event handler object, rather than routine delivery to a window. (Excerpt from
基础的网络事件通知。对于表1总结的、由WSAAsyncSelect模型采用的网络事件来说,它们均可原封不动地移植到新模型。在用新模型
开发的应用程序中,也能接收和处理所有那些事件。该模型最主要的差别在于网络事件会投递至一个事件对象句柄,而非投递至一个窗
口例程。(节选自《Windows网络编程》第八章)
还是让我们先看代码然后进行分析:-Winsock provides another useful asynchronous I/O model. And similar WSAAsyncSelect model is that it also allows applications in one or more sockets, the receive event-based network event notifications. For Table 1 summarizes, the WSAAsyncSelect model used in network events, they can be transplanted intact to the new model. With a new model in the development of applications, but also all those who receive and deal with the incident. The model is the most important difference is that network events will be delivered to an event handler object, rather than routine delivery to a window. (Excerpt from
(系统自动生成,下载前可以参看下载内容)
下载文件列表
88.txt