FpcProtocolCategory enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010