Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The DenialTollRemoved method is called when a toll is removed from a denial.
Syntax
HRESULT DenialTollRemoved(
ICADenial* pDenial,
ICAToll* pToll,
long cTolls
);
Parameters
pDenial
[in] Pointer to the ICADenial interface of the denial.
pToll
[in] Pointer to the ICAToll interface of the toll that was removed.
cTolls
[in] Number of tolls that remain on this denial.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is 2210.
See Also