FpcProtocolCategory Enumeration

The FpcProtocolCategory enumerated type contains values that specify the categories to which a protocol can belong.

Syntax

typedef enum FpcProtocolCategory {
  fpcProtocolCategoriesAll
fpcProtocolCategoriesAll

All of the protocol categories.

				= 0x00000000,
  fpcProtocolCategoryUserDefined
fpcProtocolCategoryUserDefined

User-defined protocols.

		= 0x00000001,
  fpcProtocolCategoryCommon
fpcProtocolCategoryCommon

Common protocols.

			 = 0x00000002,
  fpcProtocolCategoryInfrastructure
fpcProtocolCategoryInfrastructure

Infrastructure protocols.

	 = 0x00000004,
  fpcProtocolCategoriesMail
fpcProtocolCategoriesMail

Mail protocols.

			 = 0x00000008,
  fpcProtocolCategoriesMessaging
fpcProtocolCategoriesMessaging

Messaging protocols.

		= 0x00000010,
  fpcProtocolCategoriesRemote
fpcProtocolCategoriesRemote

Remote protocols.

			 = 0x00000020,
  fpcProtocolCategoriesMedia
fpcProtocolCategoriesMedia

Media protocols.

			= 0x00000040,
  fpcProtocolCategoriesVpnIpsec
fpcProtocolCategoriesVpnIpsec

VPN Internet Protocol security (IPsec) protocols.

		 = 0x00000080,
  fpcProtocolCategoriesWeb
fpcProtocolCategoriesWeb

Web protocols.

				= 0x00000100,
  fpcProtocolCategoriesAuthentication
fpcProtocolCategoriesAuthentication

Authentication protocols.

	 = 0x00000200,
  fpcProtocolCategoryIPv6Infrastructure
fpcProtocolCategoryIPv6Infrastructure

Protocols of the Internet Protocol Version 6 (IPv6) infrastructure.

   = 0x00000400,
  fpcAllProtocolCategories
fpcAllProtocolCategories

All of the protocol categories.

				= 0xFFFFFFFF
} FpcProtocolCategory;

Constants

fpcProtocolCategoriesAll

All of the protocol categories.

fpcProtocolCategoryUserDefined

User-defined protocols.

fpcProtocolCategoryCommon

Common protocols.

fpcProtocolCategoryInfrastructure

Infrastructure protocols.

fpcProtocolCategoriesMail

Mail protocols.

fpcProtocolCategoriesMessaging

Messaging protocols.

fpcProtocolCategoriesRemote

Remote protocols.

fpcProtocolCategoriesMedia

Media protocols.

fpcProtocolCategoriesVpnIpsec

VPN Internet Protocol security (IPsec) protocols.

fpcProtocolCategoriesWeb

Web protocols.

fpcProtocolCategoriesAuthentication

Authentication protocols.

fpcProtocolCategoryIPv6Infrastructure

Protocols of the Internet Protocol Version 6 (IPv6) infrastructure.

fpcAllProtocolCategories

All of the protocol categories.

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.