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).
typedef enum FpcRPCServices { fpcRsFwSrv
The TMG firewall service.
= 0, fpcRsFwCtrl
TMG control.
= 1, fpcRsFwSched
TMG scheduler.
= 2, fpcRsIsaStg
TMG storage service.
= 3, fpcRsFwMngdCtrl
TMG managed control service.
= 4, fpcRPCServicesMax
TMG managed control service.
= 5 } FpcRPCServices;
The TMG firewall service.
TMG control.
TMG scheduler.
TMG storage service.
TMG managed control service.
TMG managed control 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.