Microsoft DirectX 8.1 (C++)

CAManager.Policies

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

The Policies property retrieves the policies associated with this Conditional Access (CA) Manager.

Syntax

objCAManager.Policies As ICAPolicies

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 ICAPolicies object.

Remarks

This method returns a collection object, which the caller can use to add or remove policies. Persistent policies are added to the collection when the CA Manager is created. Dynamic policies must be added at run time.

This property is read-only.

See Also