FpcDailyFrequency Enumeration

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

Syntax

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

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.