¿Qué significa el código NTSTATUS 0xC01E031C (STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE)?

 
Anterior Siguiente
STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET

STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE

Qué significa STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE

STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE indica que uno de los rangos tiene límites/campos/timing assumptions imposibles o incoherentes. El set que lo contiene puede existir y otros rangos ser válidos.

No lo confunda con un target mode válido que simplemente cae fuera de rangos correctos.

Qué comprobar

  • Capture el range descriptor completo.
  • Compruebe min/max, unidades y scan/timing fields.
  • Relacione el rango con su descriptor/origin.
  • Valide el candidate timing por separado.

Referencias técnicas


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