| Microsoft DirectX 8.1 (C++) | 
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The OfferTollAdded method is called when a toll is added to an offer.
Syntax
HRESULT OfferTollAdded(
  ICAOffer*  pOffer,
  ICAToll*  pToll,
  long  cTolls
);
Parameters
pOffer
[in] Pointer to the ICAOffer interface of the offer.
pToll
[in] Pointer to the ICAToll interface of the toll.
cTolls
[in] Number of tolls that are associated with this offer, including the new one.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is 2213.
See Also