The FpcComponents enumerated type contains values that specify the components installed on an array.
typedef enum FpcComponents { fpcNoComponents
No components.
= 0x00000000, fpcNAT
SecureNAT.
= 0x00000002, fpcWebProxy
Web proxy.
= 0x00000004, fpcHTTPTransparent
Microsoft Firewall service.
= 0x00000008, fpcGenericFwProtocols
Generic firewall protocols.
= 0x00000010, fpcFirewallExtensions
Firewall extensions (application filters).
= 0x00000020, fpcAllComponents
All Forefront TMG components.
= 0xFFFFFFFF } FpcComponents;
No components.
SecureNAT.
Web proxy.
Microsoft Firewall service.
Generic firewall protocols.
Firewall extensions (application filters).
All Forefront TMG components.
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.