FpcAutomaticPollingFrequency Enumeration

The FpcAutomaticPollingFrequency enumerated type contains values that indicate the frequency for retrieving updates from Microsoft Update. A value of fpcAutomaticPollingFrequency_15m indicates that polling for updates occurs every 15 minutes.

Syntax

typedef enum  {
  fpcAutomaticPollingFrequency_15m
fpcAutomaticPollingFrequency_15m

15 minutes.

   = 0,
  fpcAutomaticPollingFrequency_30m
fpcAutomaticPollingFrequency_30m

30 minutes.

   = 1,
  fpcAutomaticPollingFrequency_45m
fpcAutomaticPollingFrequency_45m

45 minutes.

   = 2,
  fpcAutomaticPollingFrequency_1h
fpcAutomaticPollingFrequency_1h

1 hour.

	= 3,
  fpcAutomaticPollingFrequency_2h
fpcAutomaticPollingFrequency_2h

2 hours.

	= 4,
  fpcAutomaticPollingFrequency_3h
fpcAutomaticPollingFrequency_3h

3 hours.

	= 5,
  fpcAutomaticPollingFrequency_4h
fpcAutomaticPollingFrequency_4h

4 hours.

	= 6,
  fpcAutomaticPollingFrequency_5h
fpcAutomaticPollingFrequency_5h

5 hours.

	= 7,
  fpcAutomaticPollingFrequency_6h
fpcAutomaticPollingFrequency_6h

6 hours.

	= 8,
  fpcAutomaticPollingFrequency_7h
fpcAutomaticPollingFrequency_7h

7 hours.

	= 9,
  fpcAutomaticPollingFrequency_8h
fpcAutomaticPollingFrequency_8h

8 hours.

	= 10,
  fpcAutomaticPollingFrequency_9h
fpcAutomaticPollingFrequency_9h

9 hours.

	= 11,
  fpcAutomaticPollingFrequency_10h
fpcAutomaticPollingFrequency_10h

10 hours.

   = 12,
  fpcAutomaticPollingFrequency_11h
fpcAutomaticPollingFrequency_11h

11 hours.

   = 13,
  fpcAutomaticPollingFrequency_12h
fpcAutomaticPollingFrequency_12h

12 hours.

   = 14,
  fpcAutomaticPollingFrequency_13h
fpcAutomaticPollingFrequency_13h

13 hours.

   = 15,
  fpcAutomaticPollingFrequency_14h
fpcAutomaticPollingFrequency_14h

14 hours.

   = 16,
  fpcAutomaticPollingFrequency_15h
fpcAutomaticPollingFrequency_15h

15 hours.

   = 17,
  fpcAutomaticPollingFrequency_16h
fpcAutomaticPollingFrequency_16h

16 hours.

   = 18,
  fpcAutomaticPollingFrequency_17h
fpcAutomaticPollingFrequency_17h

17 hours.

   = 19,
  fpcAutomaticPollingFrequency_18h
fpcAutomaticPollingFrequency_18h

18 hours.

   = 20,
  fpcAutomaticPollingFrequency_19h
fpcAutomaticPollingFrequency_19h

19 hours.

   = 21,
  fpcAutomaticPollingFrequency_20h
fpcAutomaticPollingFrequency_20h

20 hours.

   = 22,
  fpcAutomaticPollingFrequency_21h
fpcAutomaticPollingFrequency_21h

21 hours.

   = 23,
  fpcAutomaticPollingFrequency_22h
fpcAutomaticPollingFrequency_22h

22 hours.

   = 24,
  fpcAutomaticPollingFrequency_23h
fpcAutomaticPollingFrequency_23h

23 hours.

   = 25,
  fpcAutomaticPollingFrequency_24h
fpcAutomaticPollingFrequency_24h

24 hours.

   = 26
} FpcAutomaticPollingFrequency;

Constants

fpcAutomaticPollingFrequency_15m

15 minutes.

fpcAutomaticPollingFrequency_30m

30 minutes.

fpcAutomaticPollingFrequency_45m

45 minutes.

fpcAutomaticPollingFrequency_1h

1 hour.

fpcAutomaticPollingFrequency_2h

2 hours.

fpcAutomaticPollingFrequency_3h

3 hours.

fpcAutomaticPollingFrequency_4h

4 hours.

fpcAutomaticPollingFrequency_5h

5 hours.

fpcAutomaticPollingFrequency_6h

6 hours.

fpcAutomaticPollingFrequency_7h

7 hours.

fpcAutomaticPollingFrequency_8h

8 hours.

fpcAutomaticPollingFrequency_9h

9 hours.

fpcAutomaticPollingFrequency_10h

10 hours.

fpcAutomaticPollingFrequency_11h

11 hours.

fpcAutomaticPollingFrequency_12h

12 hours.

fpcAutomaticPollingFrequency_13h

13 hours.

fpcAutomaticPollingFrequency_14h

14 hours.

fpcAutomaticPollingFrequency_15h

15 hours.

fpcAutomaticPollingFrequency_16h

16 hours.

fpcAutomaticPollingFrequency_17h

17 hours.

fpcAutomaticPollingFrequency_18h

18 hours.

fpcAutomaticPollingFrequency_19h

19 hours.

fpcAutomaticPollingFrequency_20h

20 hours.

fpcAutomaticPollingFrequency_21h

21 hours.

fpcAutomaticPollingFrequency_22h

22 hours.

fpcAutomaticPollingFrequency_23h

23 hours.

fpcAutomaticPollingFrequency_24h

24 hours.

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.