The FpcMalwareInspectionAction enumerated type contains values that specify the types of actions that can be performed on an HTTP response during malware inspection.
typedef enum FpcMalwareInspectionAction { fpcMalwareInspectionActionNone
No malware inspection action was performed.
= 0, fpcMalwareInspectionActionAllowed
The inspected content was allowed after malware inspection.
= 1, fpcMalwareInspectionActionCleaned
The inspected content was cleaned during malware inspection.
= 2, fpcMalwareInspectionActionBlocked
The inspected content was blocked during malware inspection.
= 3 } FpcMalwareInspectionAction;
No malware inspection action was performed.
The inspected content was allowed after malware inspection.
The inspected content was cleaned during malware inspection.
The inspected content was blocked during malware inspection.
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.