Microsoft Internet Security and Acceleration Server 2004 SDK

FpcAlertSeverity

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 system log when the alert triggers event logging.

typedef enum FpcAlertSeverity
{
  fpcAlertError
fpcAlertError
Error.
 = 0,
  fpcAlertWarning
fpcAlertWarning
Warning.
 = 1,
  fpcAlertInformation.
fpcAlertInformation.
Information.
 = 2

} FpcAlertSeverity;

Constants

fpcAlertError
Error.
fpcAlertWarning
Warning.
fpcAlertInformation.
Information.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types