Microsoft DirectX 8.1 (C++)

ICAOffer::get_CAManager

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

The get_CAManager method retrieves the 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

If the offer is not properly initialized, this method might return NULL in the ppManager parameter. The caller should treat this as an error condition.

The returned ICAManager interface has an outstanding reference count. The caller must release the interface.

See Also