Microsoft Internet Security and Acceleration Server 2004 SDK

FpcTopDestinationsReportSortOrder

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

typedef enum FpcTopDestinationsReportSortOrder
{
  fpcTopDestinationsRequests
fpcTopDestinationsRequests
The information is to be sorted by the number of requests sent to each destination.
 = 0,
  fpcTopDestinationsUsers
fpcTopDestinationsUsers
The information is to be sorted by the number of users that access each destination.
 = 1,
  fpcTopDestinationsBytesIn
fpcTopDestinationsBytesIn
The information is to be sorted by the number of incoming bytes transferred to each destination.
 = 2,
  fpcTopDestinationsBytesOut
fpcTopDestinationsBytesOut
The information is to be sorted by the number of outgoing bytes transferred from each destination.
 = 3,
  fpcTopDestinationsTotalBytes
fpcTopDestinationsTotalBytes
The information is to be sorted by the total number of bytes transferred to or from each destination.
 = 4

} FpcTopDestinationsReportSortOrder;

Constants

fpcTopDestinationsRequests
The information is to be sorted by the number of requests sent to each destination.
fpcTopDestinationsUsers
The information is to be sorted by the number of users that access each destination.
fpcTopDestinationsBytesIn
The information is to be sorted by the number of incoming bytes transferred to each destination.
fpcTopDestinationsBytesOut
The information is to be sorted by the number of outgoing bytes transferred from each destination.
fpcTopDestinationsTotalBytes
The information is to be sorted by the total number of bytes transferred to or from each destination.

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