What does NTSTATUS 0xC01E0516 (STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET) mean?

 
Previous Next
STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH

STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET

STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET is a state-history result. A query for the SRM version cannot report a version for this protected output because the output has not successfully accepted an SRM in the current context.

This differs from STATUS_GRAPHICS_OPM_INVALID_SRM. Invalid SRM means an attempted update was unacceptable; never set means there is no successful update whose version can be queried. Treat the answer as unavailable, not as a zero version.

What to retain in logs

  • Record protected-output creation time, SRM set attempts, and output recreation events.
  • Do not use a version result from a previous output object after a topology or session transition.
  • Use the OPM status request only after the application or protected-media path has completed the supported SRM workflow.

References


Looking for a different code? Search another status or error code.