The FpcAlertActionTypes enumerated type contains values that describe the types of action that alerts can trigger.
typedef enum FpcALertActionTypes { fpcAlertActionLogEvent
Log events to the system event log.
= 0, fpcAlertActionCommand
Run a specified command.
= 1, fpcAlertActionSendMail
Send an e-mail message.
= 2, fpcAlertActionStopServices
Stop the specified Forefront TMG services.
= 3, fpcAlertActionStartServices
Start the specified Forefront TMG services.
= 4 } FpcALertActionTypes;
Log events to the system event log.
Run a specified command.
Send an e-mail message.
Stop the specified Forefront TMG services.
Start the specified Forefront TMG services.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.