FpcNisBusinessImpactLevel Enumeration

The FpcNisBusinessImpactLevel enumerated type contains values that describe Network Inspection System (NIS) business impact levels for threats. These threats are identified within an NIS signature.

Syntax

typedef enum  {
  	fpcNisBusinessImpactLevelLow
fpcNisBusinessImpactLevelLow

Low business impact.

		= 0,
  	fpcNisBusinessImpactLevelModerate
fpcNisBusinessImpactLevelModerate

Moderate business impact.

   = 1,
  	fpcNisBusinessImpactLevelHigh
fpcNisBusinessImpactLevelHigh

High business impact.

	 = 2
} FpcNisBusinessImpactLevel;

Constants

fpcNisBusinessImpactLevelLow

Low business impact.

fpcNisBusinessImpactLevelModerate

Moderate business impact.

fpcNisBusinessImpactLevelHigh

High business impact.

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.