Microsoft Internet Security and Acceleration Server 2000

FpcActionTypes

The FpcActionTypes enumerated type contains values that describe types of action that events can trigger.

enum FpcActionTypes {
  fpcAlertActionLogEvent,
  fpcAlertActionCommand,
  fpcAlertActionSendMail,
  fpcAlertActionStopServices,
  fpcAlertActionStartServices
};

Members

fpcAlertActionLogEvent
Logs events to the system event log.
fpcAlertActionCommand
Runs a specified command.
fpcAlertActionSendMail
Sends a mail message.
fpcAlertActionStopServices
Stops ISA services.
fpcAlertActionStartServices
Starts ISA services.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.