Microsoft Internet Security and Acceleration Server 2004 SDK

FpcCacheReportSortOrder

The FpcCacheReportSortOrder enumerated type contains values that describe how the cache report information should be sorted.

typedef enum FpcCacheReportSortOrder
{
  fpcCacheRequests
fpcCacheRequests
Sort by request.
 = 0,
  fpcCacheBytes
fpcCacheBytes
Sort by the total number of bytes.
 = 4

} FpcCacheReportSortOrder;

Constants

fpcCacheRequests
Sort by request.
fpcCacheBytes
Sort by the total number of bytes.

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