Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
IBDA_ConditionalAccess::get_Entitlement
This topic applies to Windows Vista.
The get_Entitlement method retrieves the entitlement type for a virtual channel.
Currently not implemented.
Syntax
HRESULT get_Entitlement( USHORT usVirtualChannel, EntitlementType* pEntitlement );
Parameters
usVirtualChannel
[in] Specifies the virtual channel number.
pEntitlement
[out] Pointer to a variable of type EntitlementType that receives the entitlement type.
Return Values
Returns E_NOTIMPL.
Requirements
Header: Include Bdaiface.h.
See Also