Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The OfferAdded method is called when an offer is added to the Conditional Access (CA) Manager.
Syntax
HRESULT OfferAdded(
ICAOffer* pOffer,
long cOffers
);
Parameters
pOffer
[in] Pointer to the offer’s ICAOffer interface.
cOffers
[in] Number of offers currently available, including the new one.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is 2203.
See Also