Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_Tolls method retrieves the tolls that can be paid for this offer.
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 pay any toll to purchase the offer. The user cannot pay more than one toll in the collectiondoing so would be redundant.
The returned ICATolls interface has an outstanding reference count. The caller must release the interface.
See Also