Microsoft Internet Security and Acceleration Server 2004 SDK

FpcTopAppsReportSortOrder

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

typedef enum FpcTopAppsReportSortOrder
{
  fpcTopAppsRequests
fpcTopAppsRequests
The information is to be sorted by the number of requests submitted from each application.
 = 0,
  fpcTopAppsUsers
fpcTopAppsUsers
The information is to be sorted by the number of users that use each application.
 = 1

} FpcTopAppsReportSortOrder;

Constants

fpcTopAppsRequests
The information is to be sorted by the number of requests submitted from each application.
fpcTopAppsUsers
The information is to be sorted by the number of users that use each application.

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