Microsoft Internet Security and Acceleration Server 2004 SDK

FpcConnectivityGroupType

The FpcConnectivityGroupType enumerated type contains values that specify the group types used in ISA Server Management to categorize connectivity verifiers according to the type of servers with which connectivity is checked.

typedef enum FpcConnectivityGroupType
{
  fpcGroupFirst
fpcGroupFirst
A value that can be used to identify the first group when enumerating through the list of groups.
 = 0,
  fpcGroupActiveDirectory
fpcGroupActiveDirectory
The Active Directory group type.
 = 0,
  fpcGroupDHCP
fpcGroupDHCP
The DHCP group type.
 = 1,
  fpcGroupDNS
fpcGroupDNS
The DNS group type.
 = 2,
  fpcGroupPublishedServer
fpcGroupPublishedServer
The Published Servers group type.
 = 3,
  fpcGroupWeb
fpcGroupWeb
The Web (Internet) group type.
 = 4,
  fpcGroupOther
fpcGroupOther
The Others group type.
 = 5,
  fpcGroupLast
fpcGroupLast
A value that can be used to identify the last group when enumerating through the list of groups.
 = 5

} FpcConnectivityGroupType;

Constants

fpcGroupFirst
A value that can be used to identify the first group when enumerating through the list of groups.
fpcGroupActiveDirectory
The Active Directory group type.
fpcGroupDHCP
The DHCP group type.
fpcGroupDNS
The DNS group type.
fpcGroupPublishedServer
The Published Servers group type.
fpcGroupWeb
The Web (Internet) group type.
fpcGroupOther
The Others group type.
fpcGroupLast
A value that can be used to identify the last group when enumerating through the list of groups.

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