FpcAlertActionTypes Enumeration

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

Syntax

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 Forefront TMG services.

	= 3,
  fpcAlertActionStartServices
fpcAlertActionStartServices

Start the specified Forefront TMG 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 Forefront TMG services.

fpcAlertActionStartServices

Start the specified Forefront TMG services.

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.