Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXLowResourceRecoveryOperation::Recover

The Recover method is implemented so that your application filter responds appropriately to a failure caused by low resources. For example, if an operation failed because of insufficient memory, you can implement the Recover method to cause the filter to retry the operation.

HRESULT Recover(
  DWORD UserData
);

Parameters

UserData
[in] Provides a context for the operation.

Return Values

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Requirements

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

See Also

IFWXLowResourceRecoveryOperation