<div>You might want to do some research on IOCP outside of MSDN.&nbsp; Codeproject has a number of IOCP server samples you can look at</div>
<div>&nbsp;</div>
<div>While the docs may say that those files you mention CAN be used with IOCP, they are by no means the ONLY functions that can be used.</div>
<div>&nbsp;</div>
<div>For example my server users AcceptEx for accepting connections and </div>
<div>WSASend and WSARecv for sending and recieving data on the sockets.<br>&nbsp;</div>