#ifndef _NTREGAPI_H
#if (PHNT_VERSION >= PHNT_REDSTONE)
/**
* Commits a registry transaction.
*
* @param RegistryTransactionHandle Handle to the registry transaction.
* @param Flags Reserved for future use.
* @return NTSTATUS Successful or errant status.
*/
NTSTATUS NtCommitRegistryTransaction(
_In_ HANDLE RegistryTransactionHandle,
_Reserved_ ULONG Flags
);
View code on GitHub
No description available.