The FpcIpsScanResult enumerated type contains values that indicate the result of a Network Inspection System (NIS) scan.
typedef enum FpcIpsScanResult { fpcIpsScanResultUnknown
The result of the NIS scan is unknown.
= 0, fpcIpsScanResultInspected
The traffic was inspected during the NIS scan, but no threat was detected.
= 1, fpcIpsScanResultBlocked
The traffic was blocked as a result of the NIS scan.
= 2, fpcIpsScanResultDetected
A threat was detected during the NIS scan, but the traffic was not blocked.
= 3 } FpcIpsScanResult;
The result of the NIS scan is unknown.
The traffic was inspected during the NIS scan, but no threat was detected.
The traffic was blocked as a result of the NIS scan.
A threat was detected during the NIS scan, but the traffic was not blocked.
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.