Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXFirewall::EndHeavyBlockingOperation

The EndHeavyBlockingOperation method notifies the Microsoft Firewall service that a lengthy blocking operation has ended. For more information, see the IFWXFirewall::StartHeavyBlockingOperation method.

HRESULT EndHeavyBlockingOperation();

Parameters

This method has no parameters.

Return Values

S_OK
The method succeeded.
FWX_E_NOT_IN_BLOCKING_OP
There is no blocking operation to end.

Remarks

This method should be called even when the IFWXFirewall::StartHeavyBlockingOperation method returns FWX_E_ALREADY_IN_BLOCKING_OP.

Requirements

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

See Also

IFWXFirewall