#ifndef _NTREGAPI_H
/**
* Thaws the registry and enables flushing changes to disk.
*
* @return NTSTATUS Successful or errant status.
*/
NTSYSCALLAPI
NTSTATUS
NTAPI
NtThawRegistry(
VOID
);
View code on GitHub#ifndef _NTZWAPI_H
NTSYSCALLAPI
NTSTATUS
NTAPI
ZwThawRegistry(
VOID
);
View code on GitHubNo description available.