Microsoft Internet Security and Acceleration Server 2004 SDK

OperatingSystemsReportSortOrder Property of IFPCApplicationUsageReports[C++]

FPCApplicationUsageReports.OperatingSystemsReportSortOrder [Visual Basic]

[C++]

The OperatingSystemsReportSortOrder property gets or sets a value from the FpcOperatingSystemsReportSortOrder enumerated type that specifies how the information in the operating systems report is to be sorted. The operating systems report contains information about which operating systems clients are using. The report can be sorted according to the number of users that use each operating system, or the number of requests made using each operating system.

HRESULT get_OperatingSystemsReportSortOrder(
  FpcOperatingSystemsReportSortOrder* pOperatingSystemsSortOrder
);

HRESULT put_OperatingSystemsReportSortOrder(
  FpcOperatingSystemsReportSortOrder OperatingSystemsSortOrder
);

Parameters

pOperatingSystemsSortOrder
Pointer to a variable that on return receives the value from the FpcOperatingSystemsReportSortOrder enumerated type that specifies how the information in the operating systems report is to be sorted.
OperatingSystemsSortOrder
Value from the FpcOperatingSystemsReportSortOrder enumerated type that specifies how the information in the operating systems report is to be sorted.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The OperatingSystemsReportSortOrder property gets or sets a value from the FpcOperatingSystemsReportSortOrder enumerated type that specifies how the information in the operating systems report is to be sorted. The operating systems report contains information about which operating systems clients are using. The report can be sorted according to the number of users that use each operating system, or the number of requests made using each operating system.

Property OperatingSystemsReportSortOrder As FpcOperatingSystemsReportSortOrder

Property Value

Value from the FpcOperatingSystemsReportSortOrder enumerated type that specifies how the information in the operating systems report is to be sorted.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCApplicationUsageReports