Microsoft DirectX 8.1 (C++)

ICAManagerInternal::get_CAManagerMain

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

The get_CAManagerMain method returns a pointer to the non-proxy Conditional Access (CA) Manager.

Syntax

HRESULT get_CAManagerMain(
  ICAManager**  ppManagerMain
);

Parameters

  ppManagerMain

[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

To avoid circular references, the CA Manager exposes a proxy object to offers, policies, tolls, denials, and components. This method returns a pointer to the real CA Manager object.

Holding a reference count on the returned ICAManager interface can create circular references.

See Also