Microsoft Internet Security and Acceleration Server 2004 SDK

CacheDrives Property of IFPCServer[C++]

FPCServer.CacheDrives [Visual Basic]

[C++]

The CacheDrives property gets an FPCCacheDrives collection that contains objects representing the cache drives on the server.

HRESULT get_CacheDrives(
  IFPCCacheDrives** ppCacheDrives
);

Parameters

ppCacheDrives
Address of an interface pointer that on return points to the IFPCCacheDrives interface representing the collection of cache drives on the server.

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.

[Visual Basic]

The CacheDrives property gets an FPCCacheDrives collection that contains objects representing the cache drives on the server.

Property CacheDrives As FPCCacheDrives

Property Value

Reference to the FPCCacheDrives collection for the server.

Remarks

This property is read-only.

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

FPCServer