| Anterior | Siguiente |
| STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED | STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED |
STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER
Qué significa STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER
STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER es una capability/topology mismatch. El adapter puede ser perfectamente válido como GPU independiente, sólo que esa API concreta está reservada a linked-adapter configurations.
El caller debe detectar el tipo de adapter antes de usar operaciones de chain.
Qué comprobar
- Registre adapter LUID y linked-adapter properties.
- Compruebe si la operación realmente necesita una chain.
- Use el path normal de adapter independiente cuando corresponda.
- No intente “enlazar” adapters mediante handles no relacionados.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.
