Microsoft Internet Security and Acceleration Server 2004 SDK

MinFreeDiskSpaceMB Property of IFPCLog[C++]

FPCLog.MinFreeDiskSpaceMB [Visual Basic]

[C++]

The MinFreeDiskSpaceMB property gets or sets the lower limit on the amount of free disk space, in megabytes.

HRESULT get_MinFreeDiskSpaceMB(
  long* plMinFreeDiskSpace
);

HRESULT put_MinFreeDiskSpaceMB(
  long lMinFreeDiskSpace
);

Parameters

plMinFreeDiskSpace
Pointer to a 32-bit integer that is set on return to the lower limit on the amount of free disk space, in megabytes.
lMinFreeDiskSpace
A 32-bit integer that specifies the lower limit on the amount of free disk space, in megabytes.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is 256, and it cannot be set to a value less than 128.

The limit is enforced only if the KeepMinFreeDiskSpace property is set to VARIANT_TRUE.

This property is applicable only to Firewall service and Web Proxy logging, and not to SMTP Message Screener logging.

[Visual Basic]

The MinFreeDiskSpaceMB property gets or sets the lower limit on the amount of free disk space, in megabytes.

Property MinFreeDiskSpaceMB As Long

Property Value

A 32-bit integer that specifies the lower limit on the amount of free disk space, in megabytes.

Remarks

This property is read/write. Its default value is 256, and it cannot be set to a value less than 128.

The limit is enforced only if the KeepMinFreeDiskSpace property is set to True.

This property is applicable only to Firewall service and Web Proxy logging, and not to SMTP Message Screener logging.

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

FPCLog