Site icon EfmSoft

What does NTSTATUS 266 (STATUS_RXACT_COMMITTED) mean?

 
Could be also:
ConstantTypeOS
ERROR_CANNOT_COPYWin32 errorWindows
APP_TAGGING_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
STATUS_VOLUME_MOUNTED STATUS_NOTIFY_CLEANUP

STATUS_RXACT_COMMITTED

A deferred registry-subtree commit completed

RXACT is a legacy RTL transaction mechanism that records a set of changes for a registry subtree and then applies or aborts that set as a unit. This success status is meaningful because an earlier commit attempt did not finish, while a later operation completed the pending commit.

Treat the result as completion of the existing RXACT state, not as evidence that a new transaction was created. Code that owns the transaction should close or reinitialize its context only after verifying the intended values, because the original interruption may have occurred between individual registry writes.

What to inspect

References


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

Exit mobile version