Microsoft Internet Security and Acceleration Server 2004 SDK

FpcAlertActionTypes

The FpcAlertActionTypes enumerated type contains values that describe the types of action that alerts can trigger.

typedef enum FpcALertActionTypes
{
  fpcAlertActionLogEvent
fpcAlertActionLogEvent
Log events to the system event log.
 = 0,
  fpcAlertActionCommand
fpcAlertActionCommand
Run a specified command.
 = 1,
  fpcAlertActionSendMail
fpcAlertActionSendMail
Send an e-mail message.
 = 2,
  fpcAlertActionStopServices
fpcAlertActionStopServices
Stop the specified ISA Server services.
 = 3,
  fpcAlertActionStartServices
fpcAlertActionStartServices
Start the specified ISA Server services.
 = 4

} FpcALertActionTypes;

Constants

fpcAlertActionLogEvent
Log events to the system event log.
fpcAlertActionCommand
Run a specified command.
fpcAlertActionSendMail
Send an e-mail message.
fpcAlertActionStopServices
Stop the specified ISA Server services.
fpcAlertActionStartServices
Start the specified ISA Server services.

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