| Previous | Next |
| STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE | STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST |
STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE
The resource crossed a device boundary
The allocation exists, but it does not belong to the device making this request. This is especially important in multi-adapter, linked-adapter, remote-session, or device-recreation paths: sharing a process or a resource description does not make an allocation usable by every device.
Use the adapter identity as a key
Record the source and target device handles, adapter LUIDs, allocation owner, and whether the resource was deliberately shared through a supported mechanism. Reopen or recreate the resource for the target device, or use the API’s documented sharing path. Do not pass the original allocation handle across device contexts.
References
Looking for a different code? Search another status or error code.
