Microsoft Internet Security and Acceleration Server 2004 SDK

FpcProtocolCategory

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

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,
  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.
fpcAllProtocolCategories
All of the protocol categories.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types