Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXLowResourceRecoverer::RegisterForLowResourceRecovery

The RegisterForLowResourceRecovery method registers an application filter for low resource recovery operations.

HRESULT RegisterForLowResourceRecovery(
  IFWXLowResourceRecoveryOperation* pFWXLowResourceRecoveryOperation,
  DWORD UserData,
  DWORD* Cookie
);

Parameters

pFWXLowResourceRecoveryOperation
[in] A pointer to an IFWXLowResourceRecoveryOperation interface.
UserData
[in] Provides a context for the operation.
Cookie
[out] Pointer to an identifier used by the IFWXLowResourceRecoverer interface to differentiate between recovery registrations.

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

IFWXLowResourceRecoverer, IFWXLowResourceRecoveryOperation