Microsoft Internet Security and Acceleration Server 2004 SDK

Actions Property of IFPCAlert[C++]

FPCAlert.Actions [Visual Basic]

[C++]

The Actions property gets an FPCAlertActions collection that contains FPCAlertAction objects defining the actions to be taken in response to the event for which the alert is issued.

HRESULT get_Actions(
  IFPCAlertActions** ppAlertActions
);

Parameters

ppAlertActions
Address of an interface pointer that on return points to an IFPCAlertActions interface that represents the collection of actions to be taken.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. Actions can be added or removed from the collection by calling the methods of the IFPCAlertActions interface retrieved.

[Visual Basic]

The Actions property gets an FPCAlertActions collection that contains FPCAlertAction objects defining the actions to be taken in response to the event for which the alert is issued.

Property Actions As FPCAlertActions

Property Value

Reference to the FPCAlertActions collection.

Remarks

This property is read-only. Actions can be added or removed from the collection by calling the methods of the FPCAlertActions collection retrieved.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAlert