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.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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()
<DllImportAttribute("NtDll.dll", SetLastError := true>]
Public Shared Function NtThawRegistry As NTStatus
Dim returnValue As NTStatus
returnValue = NtDll.NtThawRegistry()
public:
[DllImportAttribute(L"NtDll.dll", SetLastError = true)]
static NTStatus NtThawRegistry()
[<DllImportAttribute("NtDll.dll", SetLastError = true)>]
static member NtThawRegistry : unit -> NTStatus
No code example is currently available or this language may not be supported.
Return Value
NTStatus
Returns
SUCCESS on success.