Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXTaskCompletion::CompleteTask

The CompleteTask method receives a notification when a task posted using the IFWXFirewall2::PostTaskCompletion method has completed.

HRESULT CompleteTask(
  UserContextType UserData
);

Parameters

UserData
[in] The UserData parameter that differentiates between completion notifications.

Return Values

Implementations of this method should handle any run-time error and return S_OK.

Remarks

The UserData parameter provides a context to the notification. You can use the same notification interface for a number of completion notifications and differentiate among them by using different values for UserData.

Requirements

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

See Also

IFWXTaskCompletion