Microsoft Internet Security and Acceleration Server 2004 SDK

MaxTotalLogSizeGB Property of IFPCLog[C++]

FPCLog.MaxTotalLogSizeGB [Visual Basic]

[C++]

The MaxTotalLogSizeGB property gets or sets the upper limit on the total amount of disk space used to store log files, in gigabytes.

HRESULT get_MaxTotalLogSizeGB(
  long* plMaxTotalLogSize
);

HRESULT put_MaxTotalLogSizeGB(
  long lMaxTotalLogSize
);

Parameters

plMaxTotalLogSize
Pointer to a 32-bit integer that is set on return to the upper limit on the total amount of disk space used to store log files, in gigabytes.
lMaxTotalLogSize
A 32-bit integer that specifies the upper limit on the total total amount of disk space used to store log files, in gigabytes.

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 8, and it cannot be set to a value less than 4.

The limit is enforced only if the LimitTotalLogSize 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 MaxTotalLogSizeGB property gets or sets the upper limit on the total amount of disk space used to store log files, in gigabytes.

Property MaxTotalLogSizeGB As Long

Property Value

A 32-bit integer that specifies the upper limit on the total amount of disk space used to store log files, in gigabytes.

Remarks

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

The limit is enforced only if the LimitTotalLogSize 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