Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_TimePaid method retrieves the date and time when the toll was paid.
Syntax
HRESULT get_TimePaid(
DATE* pdtPaid
);
Parameters
pdtPaid
[out] Pointer to a variable that receives the date and time, expressed as a DATE type. If the toll has not been paid, or was refunded, the value is 0.0.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also