¿Qué significa el código NTSTATUS 0xC01E051F (STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS)?

 
Anterior Siguiente
STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED

STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS

Qué significa STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS

Este status es el inverso del mismatch COPP: el handle fue creado con compatibilidad COPP y el caller intenta una consulta/configuración OPM-native. La capability física puede estar presente; el problema está en el contrato del objeto.

Conviene mantener separado el tipo de sesión de la protección concreta. Reutilizar un handle creado por otro componente o path legacy puede provocar este estado aun con HDCP disponible.

Qué comprobar

  • Verifique semantics del handle al crearlo.
  • Tracee qué componente intenta usarlo como OPM-native.
  • No comparta handles entre paths COPP/OPM incompatibles.
  • Recree el protected output con el modo correcto.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.