| Previous | Next |
| STATUS_GRAPHICS_OPM_NOT_SUPPORTED | STATUS_GRAPHICS_UAB_NOT_SUPPORTED |
STATUS_GRAPHICS_COPP_NOT_SUPPORTED
COPP semantics are not available for this protected output
STATUS_GRAPHICS_COPP_NOT_SUPPORTED is a Windows NTSTATUS value from the graphics/display facility. In this group, the status is tied to protected video output, OPM/COPP compatibility, PVP certificate validation, output-protection hardware, or the monitor configuration path.
Certified Output Protection Protocol is the older DirectShow-era protocol used to establish a protected channel with a graphics driver and query or configure output protection such as HDCP, ACP, and CGMS-A. This status means the caller is asking for COPP behavior, but the relevant protected output or driver path cannot provide it.
Do not treat this as a generic monitor failure. The output may still support newer OPM semantics, and a different physical connector may expose different protection capabilities. The important evidence is the protected-output type, whether the path is using COPP-compatible or OPM-native queries, and which driver DDI returned the status.
What to check
- Check whether the caller requested COPP-compatible information instead of OPM information.
- Log the physical connector, protected-output handle, and display miniport driver version.
- Try an OPM-native path before assuming that the display cannot play protected content at all.
References
- Microsoft: Using Certified Output Protection Protocol
- Microsoft: Supporting Output Protection Manager
- Microsoft: Using Output Protection Manager
- Microsoft: MS-ERREF NTSTATUS values
Looking for a different code? Search another status or error code.