FpcConfigurationMode Enumeration

The FpcConfigurationMode enumerated type contains values that specify whether the Forefront TMG configuration defines a standalone server, a standalone array, or an enterprise with central array management.

Syntax

typedef enum FpcConfigurationMode {
  fpcConfigurationStandalone
fpcConfigurationStandalone

The Forefront TMG configuration defines a standalone server or a standalone array.

   = 0,
  fpcConfigurationEnterprise
fpcConfigurationEnterprise

The Forefront TMG configuration defines an enterprise with central array management (not supported in Forefront TMG Medium Business Edition).

   = 1,
  fpcDisconnected
fpcDisconnected

The configuration mode cannot be determined becuase the stored configuration is not available.

			= 2
} FpcConfigurationMode;

Constants

fpcConfigurationStandalone

The Forefront TMG configuration defines a standalone server or a standalone array.

fpcConfigurationEnterprise

The Forefront TMG configuration defines an enterprise with central array management (not supported in Forefront TMG Medium Business Edition).

fpcDisconnected

The configuration mode cannot be determined becuase the stored configuration is not available.

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.