| Previous | Next |
| STATUS_RESOURCE_REQUIREMENTS_CHANGED | STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY |
STATUS_TRANSLATION_COMPLETE
The hardware resource has already reached global address space
Windows PnP represents device resources through requirement and resource lists, and bus drivers can participate in translating bus-relative resources. STATUS_TRANSLATION_COMPLETE is a successful control result indicating that the current translator has produced a global resource address and no further translator should transform it.
Repeated translation can corrupt the meaning of an I/O port, memory range, or interrupt resource by applying another bus mapping to an address that is already global. Capture the resource type, original descriptor, translated descriptor, bus/interface context and translator that returned the status. This is a resource-routing condition, not a request to restart device enumeration.
What to inspect
- Compare the original and translated resource descriptors.
- Record the bus and translator that declared the translation complete.
- Stop the translation chain at this result instead of passing the global address through another translator.
References
Looking for a different code? Search another status or error code.
