Microsoft Internet Security and Acceleration Server 2004 SDK

FpcBrowsersReportSortOrder

The FpcBrowsersReportSortOrder enumerated type contains values that specify how the information in a Web browser's report (a Web usage report) will be sorted.

typedef enum FpcBrowersReportSortOrder
{
  fpcBrowsersRequests
fpcBrowsersRequests
The information is to be sorted by the number of requests made using each Web browser.
 = 0,
  fpcBrowsersUsers
fpcBrowsersUsers
The information is to be sorted by the number of users that use each Web browser.
 = 1

} FpcBrowersReportSortOrder;

Constants

fpcBrowsersRequests
The information is to be sorted by the number of requests made using each Web browser.
fpcBrowsersUsers
The information is to be sorted by the number of users that use each Web browser.

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