Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_PaidTolls method retrieves the set of tolls that the user has paid.
Syntax
HRESULT get_PaidTolls(
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. When the user pays a toll, the toll is added to the collection.
The returned ICATolls interface has an outstanding reference count. The caller must release the interface.
See Also