The FpcServices enumerated type contains values that specify various Forefront TMG components such as the Microsoft Firewall service and the Microsoft Forefront TMG Job Scheduler service.
typedef enum FpcServices { fpcNoService
Neither the Firewall service nor the Microsoft Forefront TMG Job Scheduler service.
= 0x00000000, fpcFwSrvSvc
The Firewall service.
= 0x00000001, fpcJobSchedSvc
The Microsoft Forefront TMG Job Scheduler service.
= 0x00000002, fpcMSDESvc
The SQL Server Express service.
= 0x00000004, fpcIsaDatabaseLogSvc
The SQL Server Express service.
= 0x00000004, fpcAllServices
Both the Firewall service and the Microsoft Forefront TMG Job Scheduler service.
= 0xFFFFFFFF } FpcServices;
Neither the Firewall service nor the Microsoft Forefront TMG Job Scheduler service.
The Firewall service.
The Microsoft Forefront TMG Job Scheduler service.
The SQL Server Express service.
The SQL Server Express service.
Both the Firewall service and the Microsoft Forefront TMG Job Scheduler service.
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.