FpcIpsScanResult enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010