| Anterior | Siguiente |
| STATUS_GRAPHICS_OPM_INVALID_HANDLE | STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED |
STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH
Qué significa STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH
Durante inicialización de protected output, el miniport expone un certificado y el caller prepara un buffer del tamaño correspondiente. STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH indica un problema de sizing/contract, no una negociación HDCP del enlace físico.
Hay que revisar la consulta de tamaño, allocation y tipo de certificado devuelto. Si el driver informa tamaños inconsistentes entre llamadas, esa inconsistencia es evidencia mucho más útil que cambiar cable o display mode.
Qué comprobar
- Registre certificate type y size reportado por el driver.
- Compare buffer allocated vs size esperado.
- Revise cambios entre la size query y la retrieval call.
- No diagnostique link HDCP hasta resolver el certificate-exchange contract.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.
