| Anterior | Siguiente |
| STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM | STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS |
STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE
Qué significa STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE
Un physical monitor handle se obtiene mediante las APIs que descomponen un HMONITOR en monitores físicos y tiene lifecycle propio. STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE aparece si se pasa otro tipo de handle, uno ya destruido o uno perteneciente a otra enumeración.
Un HMONITOR, device name y physical handle no son intercambiables. Además, un HMONITOR puede representar más de un monitor físico.
Qué comprobar
- Registre cómo se obtuvo el handle.
- No confunda
HMONITORcon physical-monitor handle. - Tracee las llamadas de destroy/cleanup.
- Reenumere physical monitors tras topology/hotplug changes.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.