The FpcReportStatus enumerated type contains values that specify the status of a report.
typedef enum FpcReportStatus { fpcReportFailed
The report failed.
= 0, fpcReportSucceded
The report succeeded.
= 1, fpcReportRunning
The report is being generated.
= 2, fpcReportNotRun
The report has not been run.
= 3 } FpcReportStatus;
The report failed.
The report succeeded.
The report is being generated.
The report has not been run.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.