¿Qué significa el código NTSTATUS 0xC01E031D (STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET)?

 
Anterior Siguiente
STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET

STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET

Qué significa STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET

Un range puede estar bien formado y aun devolver STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET si procede de otro monitor-mode context, de una generación antigua tras hotplug o nunca se insertó en esa colección.

Comparar sólo min/max values puede no bastar cuando el manager impone object identity/lifetime.

Qué comprobar

  • Registre de qué set se obtuvo el range object.
  • Compare target/monitor y enumeration epoch.
  • Reenumere capabilities tras hotplug.
  • No inserte/elimine por valores numéricos sin respetar ownership del set.

Referencias técnicas


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