IESLicenseRenewalResultEvent::GetDescrambledStatus method (tuner.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.]
Gets a code from a LicenseRenewalResult event that indicates the result of an attempt to descramble protected content.
Syntax
HRESULT GetDescrambledStatus(
[out, retval] DWORD *pDescrambledStatus
);
Parameters
[out, retval] pDescrambledStatus
Receives a status code that indicates the descrambling status.
Value | Meaning |
---|---|
|
Free to air content (nonprotected). |
|
Descrambling possible. |
|
No technical (other). |
|
(No technical) firmware upgrade required. |
|
(No technical) internal failure. |
|
(No technical) initializing/not ready. |
|
(No technical) setup required. |
|
(No technical) no access card. |
|
(No technical) access card failure. |
|
(No technical) bad access card. |
|
(No technical) wrong access card. |
|
(No technical) expired access card. |
|
(No technical) out of resources, for example, too many streams. |
|
(No technical) not in purchase window. |
|
(No technical) not in purchase window, prior. |
|
(No technical) not in purchase window, after. |
|
No entitlement (other). |
|
(No entitlement) access card not authorized. |
|
(No entitlement) service not authorized. |
|
(No entitlement) service expired. |
|
(No entitlement) account not authorized. |
|
(No entitlement) account expired. |
|
(No entitlement) service blacked out. |
|
(No entitlement) purchase required. |
|
(No entitlement) insufficient credit. |
|
(No entitlement) purchase canceled. |
|
(No entitlement) renewal entitlement expired. |
|
(No entitlement) showing not available. |
|
(No entitlement) showing next. |
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | tuner.h |