Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The PayToll method initiates payment of the toll.
Syntax
objCAToll.PayToll()
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
This method starts the process of paying the toll. Depending on the implementation, the toll might require further interaction with the user, or some other kind of verification. Examples might include accessing a credit card account, or requesting the user to enter a password.
Successful payment has the following effects:
See Also