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           = 0x00000000,
  fpcFwSrvSvc            = 0x00000001,
  fpcJobSchedSvc         = 0x00000002,
  fpcMSDESvc             = 0x00000004,
  fpcIsaDatabaseLogSvc   = 0x00000004,
  fpcAllServices         = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010