¿Qué significa el código NTSTATUS 0xC01E05E3 (STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED)?

 
Anterior Siguiente
STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP STATUS_GRAPHICS_INVALID_POINTER

STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED

Qué significa STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED

Un mirroring device es un pseudo-display usado para remoting/mirroring y no representa un monitor físico con EDID/DDC/CI/capabilities propias. STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED protege esa diferencia de device class.

Filtrar estos devices es correcto cuando la API necesita physical-monitor semantics; su presencia en enumeration no es un error.

Qué comprobar

  • Compruebe el tipo/flags del display device.
  • Excluya mirroring pseudo-devices de monitor-control workflows.
  • No intente leer EDID/VCP desde un mirror device.
  • Seleccione el physical display target correspondiente cuando exista.

Referencias técnicas


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