Microsoft DirectX 8.1 (C++)

ICAManagerInternal::NotifyDenialTollRemoved

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

The NotifyDenialTollRemoved method signals that a toll was removed from a denial. This method fires an _ICAManagerEvents::DenialTollRemoved event.

Syntax

HRESULT NotifyDenialTollRemoved(
  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.

  cTolls

[in]  Number of tolls that remain on the denial.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also