Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The RefundToll method refunds a paid toll.
Syntax
objCAToll.RefundToll()
Parameters
This method takes no parameters.
Error Codes
If the method fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
No return value.
Remarks
To determine whether the toll is refundable, retrieve the ICAToll.Refundable property. A toll should be refundable at least until the user accesses the service. Anything further is at the discretion of the policy.
See Also