Microsoft Internet Security and Acceleration Server 2004 SDK

TotalCacheInMegs Property of IFPCCacheDrives[C++]

FPCCacheDrives.TotalCacheInMegs [Visual Basic]

[C++]

The TotalCacheInMegs property gets the total size, in megabytes, allocated to the cache in all drives.

HRESULT get_TotalCacheInMegs(
  long* plSize
);

Parameters

plSize
Pointer to a 32-bit integer that is set on return to a long value specifying the total size, in megabytes, allocated to the cache in all drives.

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 TotalCacheInMegs property gets the total size, in megabytes, allocated to the cache in all drives.

Property TotalCacheInMegs As Long

Property Value

A 32-bit integer that specifies the total size, in megabytes, allocated to the cache in all drives.

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

FPCCacheDrives