FpcRPCServices Enumeration

The FpcRPCServices enumerated type contains values that describe the Forefront Threat Management Gateway (TMG) services that can be queried to determine whether they are responding to a remote procedure call (RPC).

Syntax

typedef enum FpcRPCServices {
  	fpcRsFwSrv
fpcRsFwSrv

The TMG firewall service.

		= 0,
  	fpcRsFwCtrl
fpcRsFwCtrl

TMG control.

		 = 1,
  	fpcRsFwSched
fpcRsFwSched

TMG scheduler.

		= 2,
  	fpcRsIsaStg
fpcRsIsaStg

TMG storage service.

		 = 3,
  	fpcRsFwMngdCtrl
fpcRsFwMngdCtrl

TMG managed control service.

	 = 4,
  	fpcRPCServicesMax
fpcRPCServicesMax

TMG managed control service.

   = 5
} FpcRPCServices;

Constants

fpcRsFwSrv

The TMG firewall service.

fpcRsFwCtrl

TMG control.

fpcRsFwSched

TMG scheduler.

fpcRsIsaStg

TMG storage service.

fpcRsFwMngdCtrl

TMG managed control service.

fpcRPCServicesMax

TMG managed control 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.