Winsock/AcceptEx
-
I've read from MSDN that the M$ specific Winsock function AcceprEx when returns in overlapped fashion gives the accepted socket descriptor that is passed as one of its arguments. But in MSDN doc it is written that this socket descriptor can be used with read(),write(),readfile(),writefile(). Can anyone tell me why this descriptor can't be used with WSARead() and WSAWrite or it can be.
-
I've read from MSDN that the M$ specific Winsock function AcceprEx when returns in overlapped fashion gives the accepted socket descriptor that is passed as one of its arguments. But in MSDN doc it is written that this socket descriptor can be used with read(),write(),readfile(),writefile(). Can anyone tell me why this descriptor can't be used with WSARead() and WSAWrite or it can be.