FpcIpsScanResult Enumeration

The FpcIpsScanResult enumerated type contains values that indicate the result of a Network Inspection System (NIS) scan.

Syntax

typedef enum FpcIpsScanResult {
  fpcIpsScanResultUnknown
fpcIpsScanResultUnknown

The result of the NIS scan is unknown.

	 = 0,
  fpcIpsScanResultInspected
fpcIpsScanResultInspected

The traffic was inspected during the NIS scan, but no threat was detected.

   = 1,
  fpcIpsScanResultBlocked
fpcIpsScanResultBlocked

The traffic was blocked as a result of the NIS scan.

	 = 2,
  fpcIpsScanResultDetected
fpcIpsScanResultDetected

A threat was detected during the NIS scan, but the traffic was not blocked.

	= 3
} FpcIpsScanResult;

Constants

fpcIpsScanResultUnknown

The result of the NIS scan is unknown.

fpcIpsScanResultInspected

The traffic was inspected during the NIS scan, but no threat was detected.

fpcIpsScanResultBlocked

The traffic was blocked as a result of the NIS scan.

fpcIpsScanResultDetected

A threat was detected during the NIS scan, but the traffic was not blocked.

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.