FpcSupportedUpdateActions Enumeration

The FpcSupportedUpdateActions enumerated type contains values that specify the update actions which are supported.

Syntax

typedef enum  {
  fpcNoSupportedUpdateAction
fpcNoSupportedUpdateAction

No update actions are supported.

		= 0x00,
  fpcSupportedUpdateActionCheckOnly
fpcSupportedUpdateActionCheckOnly

Checking for updates is supported.

   = 0x01,
  fpcSupportedUpdateActionInstall
fpcSupportedUpdateActionInstall

Installation of updates is supported.

	 = 0x02,
  fpcSupportedUpdateActionOverride
fpcSupportedUpdateActionOverride

Update action override is supported.

	= 0x04,
  fpcAllSupportedUpdateActions
fpcAllSupportedUpdateActions

All update actions are supported.

		= 0x0F
} FpcSupportedUpdateActions;

Constants

fpcNoSupportedUpdateAction

No update actions are supported.

fpcSupportedUpdateActionCheckOnly

Checking for updates is supported.

fpcSupportedUpdateActionInstall

Installation of updates is supported.

fpcSupportedUpdateActionOverride

Update action override is supported.

fpcAllSupportedUpdateActions

All update actions are supported.

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.