Microsoft Internet Security and Acceleration Server 2004 SDK

FpcDailyFrequency

The FpcDailyFrequency enumerated type contains values that specify whether a scheduled content download takes place once a day or more than once a day.

typedef enum FpcDailyFrequency
{
  fpcOnce
fpcOnce
The download takes place once a day.
 = 0,
  fpcRecurring
fpcRecurring
The download takes place more than once a day.
 = 1

} FpcDailyFrequency;

Constants

fpcOnce
The download takes place once a day.
fpcRecurring
The download takes place more than once a day.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types