Microsoft DirectX 8.1 (C++)

ICADenial::get_Tolls

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

The get_Tolls method retrieves the tolls that apply to this denial.

Syntax

HRESULT get_Tolls(
  ICATolls**  ppTolls
);

Parameters

  ppTolls

[out]  Pointer to a variable that receives an ICATolls interface pointer.

Return Values

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

Remarks

This method returns a pointer to the ICATolls collection interface, which the caller can use to enumerate the tolls. The user can remove the denial by paying any of the tolls. If the collection is empty, the denial is absolute and cannot be removed.

The returned ICATolls interface has an outstanding reference count. The caller must release the interface.

See Also