FpcMalwareInspectionAction Enumeration

The FpcMalwareInspectionAction enumerated type contains values that specify the types of actions that can be performed on an HTTP response during malware inspection.

Syntax

typedef enum FpcMalwareInspectionAction {
  fpcMalwareInspectionActionNone
fpcMalwareInspectionActionNone

No malware inspection action was performed.

	= 0,
  fpcMalwareInspectionActionAllowed
fpcMalwareInspectionActionAllowed

The inspected content was allowed after malware inspection.

   = 1,
  fpcMalwareInspectionActionCleaned
fpcMalwareInspectionActionCleaned

The inspected content was cleaned during malware inspection.

   = 2,
  fpcMalwareInspectionActionBlocked
fpcMalwareInspectionActionBlocked

The inspected content was blocked during malware inspection.

   = 3
} FpcMalwareInspectionAction;

Constants

fpcMalwareInspectionActionNone

No malware inspection action was performed.

fpcMalwareInspectionActionAllowed

The inspected content was allowed after malware inspection.

fpcMalwareInspectionActionCleaned

The inspected content was cleaned during malware inspection.

fpcMalwareInspectionActionBlocked

The inspected content was blocked during malware inspection.

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.