Microsoft Internet Security and Acceleration Server 2000 |
Called by the firewall service when a Win32 I/O operation completes.
HRESULT CompleteAsyncIO( BOOL fSuccess, DWORD NumberOfBytesTransfered, DWORD Win32ErrorCode, IFWXOverlapped *pOverlapped, UserContextType UserData );
The UserData parameter provides a context to the notification. You can use the same notification interface for completion notifications from distinct network socket objects and differentiate between them by using different values for UserData.