Microsoft DirectX 8.1 (C++)

CAOffer.CAManager

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The CAManager property sets or retrieves the Conditional Access (CA) Manager.

Syntax

objCAOffer.CAManager As CAManager

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

This property returns a CAManager object.

Remarks

If the offer is not properly initialized, this property might return NULL. The caller should treat this as an error condition. Policies set this property when they create an offer. Applications should not set this property.

This property is read/write.

See Also