Microsoft Internet Security and Acceleration Server 2004 SDK

LogSummaryConfiguration Property of IFPCReports[C++]

FPCReports.LogSummaryConfiguration [Visual Basic]

[C++]

The LogSummaryConfiguration property gets an FPCLogSummaryConfigration object that contains the settings for generating daily and monthly log summaries.

HRESULT get_LogSummaryConfiguration(
  IFPCLogSummaryConfiguration** ppLogSummaryConfiguration
);

Parameters

ppLogSummaryConfiguration
Address of an interface pointer that on return points to an IFPCLogSummaryConfigration interface that provides access to the settings for generating daily and monthly log summaries.

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. It can be modified by using the properties and methods of the IFPCLogSummaryConfigration interface.

[Visual Basic]

The LogSummaryConfiguration property gets an FPCLogSummaryConfigration object that contains the settings for generating daily and monthly log summaries.

Property LogSummaryConfiguration As FPCLogSummaryConfiguration

Property Value

Reference to an FPCLogSummaryConfigration object that contains the settings for generating daily and monthly log summaries.

Remarks

This property is read-only. It can be modified by using the properties and methods of the FPCLogSummaryConfigration object.

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

FPCReports