Microsoft Internet Security and Acceleration Server 2004 SDK

EventDefinitions Property of IFPCRuleElements[C++]

FPCRuleElements.EventDefinitions [Visual Basic]

[C++]

The EventDefinitions property gets an FPCEventDefinitions collection that contains the events defined in the array.

HRESULT get_EventDefinitions(
  IFPCEventDefinitions** ppEventDefinitions
);

Parameters

ppEventDefinitions
Address of an interface pointer that on return points to an IFPCEventDefinitions interface that represents the collection of all events defined in the array.

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. Event definitions can be added and removed by calling the Add and Remove methods of the IFPCEventDefinitions interface retrieved.

Each FPCEventDefinition object in the collection defines a single event. Events describe conditions that require the attention of an administrator, and predetermined actions can be triggered in response to a particular event by using an FPCAlert object.

[Visual Basic]

The EventDefinitions property gets an FPCEventDefinitions collection that contains the events defined in the array.

Property EventDefinitions As FPCEventDefinitions

Property Value

Reference to an FPCEventDefinitions collection that contains the events defined in the array.

Remarks

This property is read-only. Event definitions can be added and removed by calling the Add and Remove methods of the FPCEventDefinitions collection retrieved.

Each FPCEventDefinition object in the collection defines a single event. Events describe conditions that require the attention of an administrator, and predetermined actions can be triggered in response to a particular event by using an FPCAlert object.

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

FPCRuleElements