Site icon EfmSoft

What does NTSTATUS 288 (STATUS_TRANSLATION_COMPLETE) mean?

 
Could be also:
ConstantTypeOS
ERROR_NOT_OWNERWin32 errorWindows
BITLOCKER_FATAL_ERRORBugCheck CodeWindows
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

References


Looking for a different code? Search another status or error code.

Exit mobile version