The FpcProtocolCategory enumerated type contains values that specify the categories to which a protocol can belong.
typedef enum FpcProtocolCategory { fpcProtocolCategoriesAll
All of the protocol categories.
= 0x00000000, fpcProtocolCategoryUserDefined
User-defined protocols.
= 0x00000001, fpcProtocolCategoryCommon
Common protocols.
= 0x00000002, fpcProtocolCategoryInfrastructure
Infrastructure protocols.
= 0x00000004, fpcProtocolCategoriesMail
Mail protocols.
= 0x00000008, fpcProtocolCategoriesMessaging
Messaging protocols.
= 0x00000010, fpcProtocolCategoriesRemote
Remote protocols.
= 0x00000020, fpcProtocolCategoriesMedia
Media protocols.
= 0x00000040, fpcProtocolCategoriesVpnIpsec
VPN Internet Protocol security (IPsec) protocols.
= 0x00000080, fpcProtocolCategoriesWeb
Web protocols.
= 0x00000100, fpcProtocolCategoriesAuthentication
Authentication protocols.
= 0x00000200, fpcProtocolCategoryIPv6Infrastructure
Protocols of the Internet Protocol Version 6 (IPv6) infrastructure.
= 0x00000400, fpcAllProtocolCategories
All of the protocol categories.
= 0xFFFFFFFF } FpcProtocolCategory;
All of the protocol categories.
User-defined protocols.
Common protocols.
Infrastructure protocols.
Mail protocols.
Messaging protocols.
Remote protocols.
Media protocols.
VPN Internet Protocol security (IPsec) protocols.
Web protocols.
Authentication protocols.
Protocols of the Internet Protocol Version 6 (IPv6) infrastructure.
All of the protocol categories.
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.