#ifndef _NTREGAPI_H
#if (PHNT_VERSION >= PHNT_VISTA)
/**
* 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 GitHub
No description available.