Microsoft Internet Security and Acceleration Server 2004 SDK

StartMinutes Property of IFPCLogSummaryConfiguration[C++]

FPCLogSummaryConfiguration.StartMinutes [Visual Basic]

[C++]

The StartMinutes property gets or sets the minute during the hour specified by the StartHour property at which the generation of daily log summaries will start.

HRESULT get_StartMinutes(
  Long* plMinute
);

HRESULT put_StartMinutes(
  Long lMinute
);

Parameters

plMinute
Pointer to a variable that on return receives a 32-bit integer specifying the minute during the hour specified by the StartHour property at which the generation of daily log summaries will start.
lMinute
A 32-bit integer that specifies the minute during the hour specified by the StartHour property at which the generation of daily log summaries will start. The value must be between 0 and 59.

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 30.

The default time at which the generation of daily log summaries starts is 00:30 (12:30 A.M.).

[Visual Basic]

The StartMinutes property gets or sets the minute during the hour specified by the StartHour property at which the generation of daily log summaries will start.

Property StartMinutes As Long

Property Value

A 32-bit integer that specifies the minute during the hour specified by the StartHour property at which the generation of daily log summaries will start. The value must be between 0 and 59.

Remarks

This property is read/write. Its default value is 30.

The default time at which the generation of daily log summaries starts is 00:30 (12:30 A.M.).

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

FPCLogSummaryConfiguration