Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The Offers property retrieves the available offers.
Syntax
objCAManager.Offers As ICAOffers
Parameters
This property takes no parameters.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
Returns an ICAOffers object.
Remarks
Offers enable a user to pay for services in advance. An offer contains a description of the service and a set of one or more tolls. If the user decides to pay the toll, the associated policy stores that information.
This property returns a collection object, which the caller can use to enumerate the offers. The collection might be empty.
This property is read-only.
See Also