The FpcFssUpdateStatus enumerated type contains values that describe the Microsoft Forefront Protection 2010 for Exchange Server (FPES) status.
typedef enum { fpcFssUpdateStatusNever
Never updated.
= 0, fpcFssUpdateStatusSucceeded
Update succeeded.
= 1, fpcFssUpdateStatusFailed
Update failed.
= 2, fpcFssUpdateStatusUpToDate
Update is current. No updates should be downloaded since the engine is up to date.
= 3 } FpcFssUpdateStatus;
Never updated.
Update succeeded.
Update failed.
Update is current. No updates should be downloaded since the engine is up to date.
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.