FpcIpsScanResult Enumeration

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

Syntax

typedef enum FpcIpsScanResult {
  fpcIpsScanResultUnknown     = 0,
  fpcIpsScanResultInspected   = 1,
  fpcIpsScanResultBlocked     = 2,
  fpcIpsScanResultDetected    = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010