Microsoft Internet Security and Acceleration Server 2004 SDK

FpcTopAppProtocolReportSortOrder

The FpcTopAppProtocolReportSortOrder enumerated type contains values that specify how the information in a protocols report (an application usage report) is to be sorted.

typedef enum FpcTopAppProtocolReportSortOrder
{
  fpcAppProtocolRequests
fpcAppProtocolRequests
The information is to be sorted by the number of requests made in each protocol.
 = 0,
  fpcAppProtocolUsers
fpcAppProtocolUsers
The information is to be sorted by the number of users that use each protocol.
 = 1

} FpcTopAppProtocolReportSortOrder;

Constants

fpcAppProtocolRequests
The information is to be sorted by the number of requests made in each protocol.
fpcAppProtocolUsers
The information is to be sorted by the number of users that use each protocol.

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