FpcServices Enumeration

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.

Syntax

typedef enum FpcServices {
  fpcNoService
fpcNoService

Neither the Firewall service nor the Microsoft Forefront TMG Job Scheduler service.

		 = 0x00000000,
  fpcFwSrvSvc
fpcFwSrvSvc

The Firewall service.

			= 0x00000001,
  fpcJobSchedSvc
fpcJobSchedSvc

The Microsoft Forefront TMG Job Scheduler service.

		 = 0x00000002,
  fpcMSDESvc
fpcMSDESvc

The SQL Server Express service.

			 = 0x00000004,
  fpcIsaDatabaseLogSvc
fpcIsaDatabaseLogSvc

The SQL Server Express service.

   = 0x00000004,
  fpcAllServices
fpcAllServices

Both the Firewall service and the Microsoft Forefront TMG Job Scheduler service.

		 = 0xFFFFFFFF
} FpcServices;

Constants

fpcNoService

Neither the Firewall service nor the Microsoft Forefront TMG Job Scheduler service.

fpcFwSrvSvc

The Firewall service.

fpcJobSchedSvc

The Microsoft Forefront TMG Job Scheduler service.

fpcMSDESvc

The SQL Server Express service.

fpcIsaDatabaseLogSvc

The SQL Server Express service.

fpcAllServices

Both the Firewall service and the Microsoft Forefront TMG Job Scheduler service.

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.