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.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
This topic applies to Windows XP Service Pack 1 or later.
The CPEvents enumeration defines copy protection events for the Decrypter/Detagger filter. This enumeration is used with the EVENTID_EncDecFilterEvent event. For more information, see TV Ratings Broadcast Events.
Syntax
typedef enum CPEvents {
CPEVENT_NONE = 0,
CPEVENT_RATINGS,
CPEVENT_COPP,
CPEVENT_LICENSE,
CPEVENT_ROLLBACK,
CPEVENT_SAC,
CPEVENT_DOWNRES,
CPEVENT_STUBLIB,
CPEVENT_UNTRUSTEDGRAPH,
CPEVENT_PROTECTWINDOWED
} ;
Constants
CPEVENT_NONEValue: 0 No content protection issues. |
CPEVENT_RATINGSContent is blocked because of parental ratings. |
CPEVENT_COPPContent is blocked because of copy protection rules. |
CPEVENT_LICENSEContent is blocked because the DRM license is not valid. |
CPEVENT_ROLLBACKContent is blocked because the system detected that the clock was rolled back. |
CPEVENT_SACContent is blocked because the filter graph contains untrusted components. |
CPEVENT_DOWNRESContent is being rendered at a lower resolution due to copy protection. |
CPEVENT_STUBLIBContent is blocked because the filter graph contains untrusted components. |
CPEVENT_UNTRUSTEDGRAPHContent is blocked because the filter graph contains untrusted components. |
CPEVENT_PROTECTWINDOWED |
Requirements
| Requirement | Value |
|---|---|
| Header | encdec.h |