FpcTopSitesReportSortOrder Enumeration

The FpcTopSitesReportSortOrder enumerated type contains values that specify how the information in the top Web sites section of a summary report or Web usage report is to be sorted.

Important  This API is obsolete.

Syntax

typedef enum FpcTopSitesReportSortOrder {
  fpcTopSitesRequests
fpcTopSitesRequests

The information is to be sorted by the number of requests sent to each Web site.

	 = 0,
  fpcTopSitesUsers
fpcTopSitesUsers

The information is to be sorted by the number of users that visit each Web site.

		= 1,
  fpcTopSitesBytesIn
fpcTopSitesBytesIn

The information is to be sorted by the number of incoming bytes transferred to each Web site.

	= 2,
  fpcTopSitesBytesOut
fpcTopSitesBytesOut

The information is to be sorted by the number of outgoing bytes transferred from each Web site.

	 = 3,
  fpcTopSitesTotalBytes
fpcTopSitesTotalBytes

The information is to be sorted by the total number of bytes transferred to or from each Web site.

   = 4
} FpcTopSitesReportSortOrder;

Constants

fpcTopSitesRequests

The information is to be sorted by the number of requests sent to each Web site.

fpcTopSitesUsers

The information is to be sorted by the number of users that visit each Web site.

fpcTopSitesBytesIn

The information is to be sorted by the number of incoming bytes transferred to each Web site.

fpcTopSitesBytesOut

The information is to be sorted by the number of outgoing bytes transferred from each Web site.

fpcTopSitesTotalBytes

The information is to be sorted by the total number of bytes transferred to or from each Web site.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.