The FpcSupportedUpdateActions enumerated type contains values that specify the update actions which are supported.
typedef enum { fpcNoSupportedUpdateAction
No update actions are supported.
= 0x00, fpcSupportedUpdateActionCheckOnly
Checking for updates is supported.
= 0x01, fpcSupportedUpdateActionInstall
Installation of updates is supported.
= 0x02, fpcSupportedUpdateActionOverride
Update action override is supported.
= 0x04, fpcAllSupportedUpdateActions
All update actions are supported.
= 0x0F } FpcSupportedUpdateActions;
No update actions are supported.
Checking for updates is supported.
Installation of updates is supported.
Update action override is supported.
All update actions are supported.
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.