Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The put_CAManager method specifies the Conditional Access (CA) Manager.
Syntax
HRESULT put_CAManager(
ICAManager* pManager
);
Parameters
pManager
[in] Pointer to the ICAManager interface of the CA Manager.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method sets a back-pointer to the CA Manager. Policies call this method when they create offers. The method is also called when a policy is loaded from storage. Applications should not call this method.
See Also