| Предыдущий | Следующий |
| ERROR_RESOURCE_REQUIREMENTS_CHANGED | ERROR_NOTHING_TO_TERMINATE |
ERROR_TRANSLATION_COMPLETE
Что означает ERROR_TRANSLATION_COMPLETE
ERROR_TRANSLATION_COMPLETE — транслятор преобразовал ресурсы в глобальное адресное пространство; дальнейшее преобразование не требуется.
Что проверить
- Уточните, какой resource translator вернул этот статус и какой ресурс уже был преобразован в глобальное адресное пространство.
- Не запускайте следующий этап трансляции повторно: этот результат сообщает, что дальнейшее преобразование для данного ресурса не требуется.
- Если вызывающий код считает статус ошибкой, проверьте обработку return value и ожидаемый контракт PnP/resource-translation path.
Что делать
Обрабатывайте результат как завершённую трансляцию, если это соответствует контракту вызываемого PnP/DDI пути; не увеличивайте квоты и не ищите утечку ресурсов.
Исходная формулировка
resource translation has completed and no further translator should process the list.
this result identifies the condition that this condition Bus and Plug and Play resource translators convert device-relative resources into system-wide address space. This completion result tells the resource pipeline that the relevant translation is finished and must not be applied again.
Propagate the completion result exactly as required by the driver contract. A second translation can corrupt addresses or produce conflicts, so custom bus drivers must clearly separate raw requirements from translated resources.
It is not a general success code for arbitrary conversion routines. Its meaning is specific to the Windows resource-translation pipeline.
debug traces of PnP start-device processing.
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.
