The CreateIoCompletionPort function associates an I/O completion port with one or more file handles.
CreateIoCompletionPort函数会使一个I/O完成端口与一个或多个文件句柄发生关联。
This also means that when you are sending the data by posting a send request on the I/O completion port, the data can actually be sent in a reordered way.
这也意味着,当你发送数据的公布发送请求的I /O完成端口,数据实际上可以被重新排序的方式。
There's a third way, before issuing the call you should associate the handle that you want to do overlapped I/O on with a completion port.
有第三种方法,在发出调用之前,您应该将要做的重叠I /O的句柄与完成端口关联。
The PostQueuedCompletionStatus function allows an application to queue its own special-purpose I/O completion packets to the completion port without starting an asynchronous I/O operation.
PostQueuedCompletionStatus函数允许应用程序可以针对自定义的专用I/O完成包进行排队,而无需启动一个异步I/O操作。
The PostQueuedCompletionStatus function allows an application to queue its own special-purpose I/O completion packets to the completion port without starting an asynchronous I/O operation.
PostQueuedCompletionStatus函数允许应用程序可以针对自定义的专用I/O完成包进行排队,而无需启动一个异步I/O操作。
应用推荐