Share via


IBDA_ConditionalAccess::get_Entitlement method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The get_Entitlement method retrieves the entitlement type for a virtual channel.

Currently not implemented.

Syntax

HRESULT get_Entitlement(
  [in]  USHORT          usVirtualChannel,
  [out] EntitlementType *pEntitlement
);

Parameters

[in] usVirtualChannel

Specifies the virtual channel number.

[out] pEntitlement

Receives the entitlement type.

Return value

Returns E_NOTIMPL.

Requirements

Requirement Value
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header bdaiface.h

See also

IBDA_ConditionalAccess Interface