Microsoft DirectX 8.1 (C++)

_ICAManagerEvents::TollDenialRemoved

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

The TollDenialRemoved method is called when a denial is removed from a toll.

Syntax

HRESULT TollDenialRemoved(
  ICAToll*  pToll,
  ICADenial*  pDenial,
  long  cDenials
);

Parameters

  pToll

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

  pDenial

[in]  Pointer to the ICADenial interface of the denial that was removed.

  cDenials

[in]  Number of denials that remain on this toll.

Return Values

Return S_OK or an error code.

Remarks

When the number of denials reaches zero, the toll is enabled. At that point, the user can pay the toll.

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

See Also