NtThawRegistry

Go to Home Page

Cancels any registry thawing and restores normal data flushing.

Syntax

NTSTATUS WINAPI NtThawRegistry ( )

Return Value

STATUS_SUCCESS on success, STATUS_TOO_LATE if the registry isn't frozen, STATUS_PRIVILEGE_NOT_HELD if the caller doesn't have SeRestorePrivilege enabled, and other standard error codes.

Remarks