| Anterior | Siguiente |
| STATUS_GRAPHICS_LEADLINK_START_DEFERRED | STATUS_GRAPHICS_START_DEFERRED |
STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY
Qué significa STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY
Algunos outputs determinan hotplug/presence mediante polling. STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY significa que el caller solicita actualizaciones a una frecuencia que Windows/driver considera excesiva.
Aumentar aún más el polling retrasa otros trabajos y no mejora el state. Debe respetarse el intervalo/event model previsto.
Qué comprobar
- Registre poll interval y child/connector consultado.
- Use hotplug events cuando existan.
- Implemente backoff/throttling.
- Investigue por qué el caller necesita polls continuos en vez de event-driven updates.
Referencias técnicas
- Microsoft Open Specifications: valores NTSTATUS
- Microsoft: D3DKMT_POLLDISPLAYCHILDREN
- Microsoft: Monitor hot plug detection
- Microsoft: Child devices of the display adapter
¿Buscas un código diferente? Buscar otro código de estado o error.
