Microsoft DirectX 8.1 (C++)

CAManager.PaidTolls

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

The PaidTolls property retrieves the set of tolls that the user has paid.

Syntax

objCAManager..PaidTolls As ICATolls

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns an ICATolls object.

Remarks

This property returns a collection object, which the caller can use to enumerate the tolls. When the user pays a toll, the toll is added to the collection.

This property is read-only.

See Also