FpcReportStatus Enumeration

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

Syntax

typedef enum FpcReportStatus {
  fpcReportFailed
fpcReportFailed

The report failed.

	 = 0,
  fpcReportSucceded
fpcReportSucceded

The report succeeded.

   = 1,
  fpcReportRunning
fpcReportRunning

The report is being generated.

	= 2,
  fpcReportNotRun
fpcReportNotRun

The report has not been run.

	 = 3
} FpcReportStatus;

Constants

fpcReportFailed

The report failed.

fpcReportSucceded

The report succeeded.

fpcReportRunning

The report is being generated.

fpcReportNotRun

The report has not been run.

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.