Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_CAManager method retrieves the controlling Conditional Access (CA) Manager.
Syntax
HRESULT get_CAManager(
ICAManager** ppManager
);
Parameters
ppManager
[out] Pointer to a variable that receives an ICAManager interface pointer.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
The returned ICAManager interface has an outstanding reference count. The caller must release the interface.
See Also