Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The DenialTollAdded event is called when a toll is added to a denial.
Syntax
object_DenialTollAdded(
Denial As ICADenial,
Toll As ICAToll,
cTolls As Long)
Parameters
Denial
Specifies the ICADenial object that received the toll.
Toll
Specifies the ICAToll object that was added.
cTolls
Specifies the number of tolls that are associated with this denial, including the new one.
Remarks
The denial might be attached to a request, or to another toll.