IEventObjectCollection::Add method (eventsys.h)

Adds an event object to the collection.

Syntax

HRESULT Add(
  [in] VARIANT *item,
  [in] BSTR    objectID
);

Parameters

[in] item

A pointer to the event object to be added to the collection. This parameter cannot be NULL.

[in] objectID

The ID property of the event object to be added. For example, if the collection consists of subscription objects, this parameter would contain the SubscriptionID property of the event subscription object to be added to the collection.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header eventsys.h

See also

IEventObjectCollection