Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_Refundable method determines whether the user can refund the toll.
Syntax
HRESULT get_Refundable(
BOOL* pfRefundable
);
Parameters
pfRefundable
[out] Pointer to a variable that receives a Boolean value. If the value is TRUE, the toll might be refundable. If the value is FALSE, the toll is cannot be refunded.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method should not return FALSE unless the toll absolutely cannot be refunded.
See Also