Microsoft Internet Security and Acceleration Server 2004 SDK

ReadyReports Property of IFPCReports[C++]

FPCReports.ReadyReports [Visual Basic]

[C++]

The ReadyReports property gets an FPCReadyReports collection that contains all reports that are ready.

HRESULT get_ReadyReports(
  IFPCReadyReports** ppReadyReports
);

Parameters

ppReadyReports
Address of an interface pointer that on return points to an IFPCReadyReports interface that represents the collection of all reports that are ready.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The ReadyReports property gets an FPCReadyReports collection that contains all reports that are ready.

Property ReadyReports As FPCReadyReports

Property Value

Reference to an FPCReadyReports collection.

Remarks

This property is read-only.

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

FPCReports