Undocumented functions of NTDLL

2OO1, 3O January


NtUnloadKey
NtUnloadKey

NTSYSAPI 
NTSTATUS
NTAPI

NtUnloadKey(
IN POBJECT_ATTRIBUTES DestinationKeyName );



Function NtUnloadKey unloads previously loaded Hive file from registry structure. All changes made to keys and values under this Hive are stored.



Requirements:
Library: ntdll.lib
Privileges: SE_RESTORE_PRIVILEGE


See also:
NtLoadKey
NtLoadKey2