Microsoft Internet Security and Acceleration Server 2004 SDK

FpcOperatingSystemsReportSortOrder

The FpcOperatingSystemsReportSortOrder enumerated type contains values that specify how the information in an operating systems report (an application usage or Web usage report) is to be sorted.

typedef enum FpcOperatingSystemsReportSortOrder
{
  fpcOperatingSystemsRequests
fpcOperatingSystemsRequests
The information is to be sorted by the number of requests made using each operating system.
 = 0,
  fpcOperatingSystemsUsers
fpcOperatingSystemsUsers
The information is to be sorted by the number of users that use each operating system.
 = 1

} FpcOperatingSystemsReportSortOrder;

Constants

fpcOperatingSystemsRequests
The information is to be sorted by the number of requests made using each operating system.
fpcOperatingSystemsUsers
The information is to be sorted by the number of users that use each operating system.

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