FpcAlertSeverity enumeration

Applies to: desktop apps only

The FpcAlertSeverity enumerated type contains values that specify the severity of alerts. The severity determines the type of event that will be recorded in the Windows event log when the alert triggers event logging.

Syntax

typedef enum FpcAlertSeverity { 
  fpcAlertError         = 0,
  fpcAlertWarning       = 1,
  fpcAlertInformation.  = 2
} FpcAlertSeverity;

Constants

  • fpcAlertError
    Error.

  • fpcAlertWarning
    Warning.

  • fpcAlertInformation.
    Information.

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