Share via


FpcProtocolCategory Enumeration

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

Syntax

typedef enum FpcProtocolCategory {
  fpcProtocolCategoriesAll                = 0x00000000,
  fpcProtocolCategoryUserDefined          = 0x00000001,
  fpcProtocolCategoryCommon               = 0x00000002,
  fpcProtocolCategoryInfrastructure       = 0x00000004,
  fpcProtocolCategoriesMail               = 0x00000008,
  fpcProtocolCategoriesMessaging          = 0x00000010,
  fpcProtocolCategoriesRemote             = 0x00000020,
  fpcProtocolCategoriesMedia              = 0x00000040,
  fpcProtocolCategoriesVpnIpsec           = 0x00000080,
  fpcProtocolCategoriesWeb                = 0x00000100,
  fpcProtocolCategoriesAuthentication     = 0x00000200,
  fpcProtocolCategoryIPv6Infrastructure   = 0x00000400,
  fpcAllProtocolCategories                = 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 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