Microsoft Internet Security and Acceleration Server 2000

FpcLogPeriod

The FpcLogPeriod enumerated type contains values that describe the period of time before starting a new text log file.

enum FpcLogPeriod {
  FpcLogDaily =1,
  FpcLogWeekly,
  FpcLogMonthly,
  FpcLogYearly
};

Members

FpcLogDaily
One log file per day.
FpcLogWeekly
One log file per week.
FpcLogMonthly
One log file per month.
FpcLogYearly
One log file per year.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.