Home > Software engineering >  After accept asynchronous operations, GetQueued can not get the correct result!
After accept asynchronous operations, GetQueued can not get the correct result!

Time:11-20

Ask god to help give directions, vs2015, MFC
To accept a connection, the process of implementation for the use of WSAIoctl access to accept a function pointer (without error), and then use a function pointer to receive connection requests (without error), when there is a connection request arrives, can GetQueuedCompletionStatus function returns (without error), but the parameters of the OVERLAPPED when return a pointer to the content and use accept incoming content is not the same!
What a great god what reason is this? How to solve? Thank you very much!
  • Related