Microsoft Internet Security and Acceleration Server 2004 SDK

FpcReportStatus

The FpcReportStatus enumerated type contains values that specify the status of a report.

typedef enum FpcReportStatus
{
  fpcReportFailed
fpcReportFailed
The report failed.
 = 0,
  fpcReportSucceded
fpcReportSucceded
The report succeeded.
 = 1,
  fpcReportRunning
fpcReportRunning
The report is being generated.
 = 2

} FpcReportStatus;

Constants

fpcReportFailed
The report failed.
fpcReportSucceded
The report succeeded.
fpcReportRunning
The report is being generated.

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