FpcDefinitionUpdatesStatus Enumeration

The FpcDefinitionUpdatesStatus enumerated type contains values that indicate the status of the process of obtaining updates for a protection feature.

Syntax

typedef enum FpcDefinitionUpdatesStatus {
  fpcUpdatesStatusStarted
fpcUpdatesStatusStarted

The process of obtaining updates has started.

			 = 0,
  fpcUpdatesStatusSearching
fpcUpdatesStatusSearching

The search for applicable updates is in progress.

			 = 1,
  fpcUpdatesStatusSearchCompleted
fpcUpdatesStatusSearchCompleted

The search for applicable updates has been completed.

	 = 2,
  fpcUpdatesStatusDownloading
fpcUpdatesStatusDownloading

The applicable updates are being downloaded.

		 = 3,
  fpcUpdatesStatusDownloadCompleted
fpcUpdatesStatusDownloadCompleted

Downloading of the applicable updates has been completed.

	 = 4,
  fpcUpdatesStatusInstalling
fpcUpdatesStatusInstalling

The applicable updates are being installed.

			= 5,
  fpcUpdatesStatusInstallCompleted
fpcUpdatesStatusInstallCompleted

Installation of the applicable updates has been completed.

	= 6,
  fpcUpdatesStatusUpToDate
fpcUpdatesStatusUpToDate

The protection feature is up-to-date.

			= 7,
  fpcUpdatesStatusUpdatesAvailable
fpcUpdatesStatusUpdatesAvailable

Applicable updates are available.

	= 8,
  fpcUpdatesStatusError
fpcUpdatesStatusError

An error occurred.

				 = 9,
  fpcUpdatesStatusCancelled
fpcUpdatesStatusCancelled

The updating process was cancelled.

			 = 10,
  fpcUpdatesStatusNever
fpcUpdatesStatusNever

Forefront TMG is configured never to obtain updates for the protection feature.

				 = 11,
  fpcUpdatesStatusUnavailable
fpcUpdatesStatusUnavailable

The source of updates is unavailable.

		 = 12,
  fpcUpdatesStatusFeatureDisabled
fpcUpdatesStatusFeatureDisabled

The protection feature is disabled.

	 = 13,
  fpcUpdatesStatusErrorLicenseExpired
fpcUpdatesStatusErrorLicenseExpired

Updates are being downloaded.

   = 14
} FpcDefinitionUpdatesStatus;

Constants

fpcUpdatesStatusStarted

The process of obtaining updates has started.

fpcUpdatesStatusSearching

The search for applicable updates is in progress.

fpcUpdatesStatusSearchCompleted

The search for applicable updates has been completed.

fpcUpdatesStatusDownloading

The applicable updates are being downloaded.

fpcUpdatesStatusDownloadCompleted

Downloading of the applicable updates has been completed.

fpcUpdatesStatusInstalling

The applicable updates are being installed.

fpcUpdatesStatusInstallCompleted

Installation of the applicable updates has been completed.

fpcUpdatesStatusUpToDate

The protection feature is up-to-date.

fpcUpdatesStatusUpdatesAvailable

Applicable updates are available.

fpcUpdatesStatusError

An error occurred.

fpcUpdatesStatusCancelled

The updating process was cancelled.

fpcUpdatesStatusNever

Forefront TMG is configured never to obtain updates for the protection feature.

fpcUpdatesStatusUnavailable

The source of updates is unavailable.

fpcUpdatesStatusFeatureDisabled

The protection feature is disabled.

fpcUpdatesStatusErrorLicenseExpired

Updates are being downloaded.

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.