NtDllNtThawRegistry Method

Cancels any registry thawing and restores normal data flushing.

To pause registry data flushes for a specified time period, call NtFreezeRegistry(UInt64) function.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("NtDll.dll", SetLastError = true)]
public static NTStatus NtThawRegistry()

Return Value

NTStatus
Returns SUCCESS on success.

Remarks

See Also