Microsoft Internet Security and Acceleration Server 2004 SDK

ActiveCacheConfiguration Property of IFPCCacheConfiguration[C++]

FPCCacheConfiguration.ActiveCacheConfiguration [Visual Basic]

[C++]

The ActiveCacheConfiguration property gets an FPCActiveCacheConfiguration object for accessing the active cache configuration.

HRESULT get_ActiveCacheConfiguration(
  IFPCActiveCacheConfiguration** ppActiveCacheConfiguration
);

Parameters

ppActiveCacheConfiguration
Address of an interface pointer that on return points to an IFPCActiveCacheConfiguration interface that represents the active cache configuration for the ISA Server computer.

Return Values

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

Remarks

This property is read-only. The active cache configuration can be modified by calling the properties and methods of the IFPCActiveCacheConfiguration interface retrieved.

[Visual Basic]

The ActiveCacheConfiguration property gets an FPCActiveCacheConfiguration object for accessing the active cache configuration.

Property ActiveCacheConfiguration As FPCActiveCacheConfiguration

Property Value

Reference to an FPCActiveCacheConfiguration object that defines the active cache configuration for the ISA Server computer.

Remarks

This property is read-only. The active cache configuration can be modified by calling the properties and methods of the FPCActiveCacheConfiguration object retrieved.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCCacheConfiguration