Undocumented functions of NTDLL

2OOO, 19 October


NtSaveKey
NtSaveKey

NTSYSAPI 
NTSTATUS
NTAPI

NtSaveKey(
IN HANDLE KeyHandle, IN HANDLE FileHandle );


KeyHandle


FileHandle

HANDLE to any file created with write access. Before use FileHandle in other registry function without closing it, call NtFlushKey with KeyHandle as param.





Requirements:
Library: ntdll.lib
Privileges: SE_BACKUP_NAME




See also:
NtOpenKey
NtRestoreKey