Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXAcceptCompletion

The IFWXAcceptCompletion interface includes a method for receiving a notification when an asynchronous accept operation is completed in a call to the IFWXNetworkSocket::Accept method.

When To Implement

An application filter that calls IFWXNetworkSocket::Accept must implement this interface to handle newly accepted connections.

Methods in Vtable Order

The IFWXAcceptCompletion interface inherits the methods of the standard COM interface IUnknown.

In addition, IFWXAcceptCompletion defines the following method.

Method Description
CompleteAsyncAccept Receives a notification that the work performed in a call to the IFWXNetworkSocket::Accept method is completed.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

Filter Interfaces