The FpcDefinitionUpdatesStatus enumerated type contains values that indicate the status of the process of obtaining updates for a protection feature.
typedef enum FpcDefinitionUpdatesStatus { fpcUpdatesStatusStarted
The process of obtaining updates has started.
= 0, fpcUpdatesStatusSearching
The search for applicable updates is in progress.
= 1, fpcUpdatesStatusSearchCompleted
The search for applicable updates has been completed.
= 2, fpcUpdatesStatusDownloading
The applicable updates are being downloaded.
= 3, fpcUpdatesStatusDownloadCompleted
Downloading of the applicable updates has been completed.
= 4, fpcUpdatesStatusInstalling
The applicable updates are being installed.
= 5, fpcUpdatesStatusInstallCompleted
Installation of the applicable updates has been completed.
= 6, fpcUpdatesStatusUpToDate
The protection feature is up-to-date.
= 7, fpcUpdatesStatusUpdatesAvailable
Applicable updates are available.
= 8, fpcUpdatesStatusError
An error occurred.
= 9, fpcUpdatesStatusCancelled
The updating process was cancelled.
= 10, fpcUpdatesStatusNever
Forefront TMG is configured never to obtain updates for the protection feature.
= 11, fpcUpdatesStatusUnavailable
= 12, fpcUpdatesStatusFeatureDisabled
The protection feature is disabled.
= 13, fpcUpdatesStatusErrorLicenseExpired
Updates are being downloaded.
= 14 } FpcDefinitionUpdatesStatus;
The process of obtaining updates has started.
The search for applicable updates is in progress.
The search for applicable updates has been completed.
The applicable updates are being downloaded.
Downloading of the applicable updates has been completed.
The applicable updates are being installed.
Installation of the applicable updates has been completed.
The protection feature is up-to-date.
Applicable updates are available.
An error occurred.
The updating process was cancelled.
Forefront TMG is configured never to obtain updates for the protection feature.
The source of updates is unavailable.
The protection feature is disabled.
Updates are being downloaded.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.