Microsoft DirectX 8.1 (C++)

_ICATollsEvents::ItemAdded

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The ItemAdded method is called when a toll is added to a collection.

Syntax

HRESULT ItemAdded(
  ICAToll*  pToll,
  long  cTolls
);

Parameters

  pToll

[in]  Pointer to the ICAToll interface of the toll.

  cTolls

[in]  Number of tolls in the collection, including the new one.

Return Values

Return S_OK or an error code.

Remarks

The dispatch identifier (dispid) of this method is 1.

See Also