| Microsoft DirectX 8.1 (C++) | 
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The NotifyOfferTollAdded method signals that a toll was added to an offer. This method fires an _ICAManagerEvents::OfferTollAdded event.
Syntax
HRESULT NotifyOfferTollAdded(
  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 on this offer, including the new one.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also