Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_Policies method retrieves the policies associated with this Conditional Access (CA) Manager.
Syntax
HRESULT get_Policies(
ICAPolicies** ppPolicies
);
Parameters
ppPolicies
[out] Pointer to variable that receives an ICAPolicies interface pointer.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method returns the ICAPolicies collection interface, 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. For example, a filter policy should add itself when the filter joins the graph.
The returned ICAPolicies interface has an outstanding reference count. The caller must release the interface.
See Also