#include <IoCompletionListener.h>
Public Member Functions | |
| virtual void | onAcceptCompletion (CIoCompletionListenerAcceptEx *accepted, bool bRet, DWORD)=0 |
| Called when an AcceptEx call completes asychronously. | |
|
||||||||||||||||
|
Called when an AcceptEx call completes asychronously. If you want to repost the notification (after extracting the address/socket), call post(). post() may fail -- it will delete the object if so. If you don't want to repost the notification, just delete it.
|
1.3.9.1