Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
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 = 0,
fpcUpdatesStatusSearching = 1,
fpcUpdatesStatusSearchCompleted = 2,
fpcUpdatesStatusDownloading = 3,
fpcUpdatesStatusDownloadCompleted = 4,
fpcUpdatesStatusInstalling = 5,
fpcUpdatesStatusInstallCompleted = 6,
fpcUpdatesStatusUpToDate = 7,
fpcUpdatesStatusUpdatesAvailable = 8,
fpcUpdatesStatusError = 9,
fpcUpdatesStatusCancelled = 10,
fpcUpdatesStatusNever = 11,
fpcUpdatesStatusUnavailable = 12,
fpcUpdatesStatusFeatureDisabled = 13,
fpcUpdatesStatusErrorLicenseExpired = 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
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010