Microsoft DirectX 8.1 (C++)

TollDenialRemoved Event

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

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

Syntax

object_TollDenialRemoved(
    Toll As ICAToll, 
    Denial As ICADenial, 
    cDenials As Long)

Parameters

  Toll

Specifies the ICAToll object from which the denial was removed.

  Denial

Specifies the ICADenial object that was removed.

  cDenials

Specifies the number of denials that remain on this toll.

Remarks

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