FpcConfigurationMode enumeration

Applies to: desktop apps only

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  = 0,
  fpcConfigurationEnterprise  = 1,
  fpcDisconnected             = 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 (supported only in Forefront TMG Enterprise Edition).

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

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

Enumerated Types

 

 

Build date: 7/12/2010