Share via


FpcComponents enumeration

Applies to: desktop apps only

The FpcComponents enumerated type contains values that specify the components installed on an array.

Syntax

typedef enum FpcComponents { 
  fpcNoComponents        =  0x00000000,
  fpcNAT                 =  0x00000002,
  fpcWebProxy            =  0x00000004,
  fpcHTTPTransparent     =  0x00000008,
  fpcGenericFwProtocols  =  0x00000010,
  fpcFirewallExtensions  =  0x00000020,
  fpcAllComponents       = 0xFFFFFFFF
} FpcComponents;

Constants

  • fpcNoComponents
    No components.

  • fpcNAT
    SecureNAT.

  • fpcWebProxy
    Web proxy.

  • fpcHTTPTransparent
    Microsoft Firewall service.

  • fpcGenericFwProtocols
    Generic firewall protocols.

  • fpcFirewallExtensions
    Firewall extensions (application filters).

  • fpcAllComponents
    All Forefront TMG components.

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