2OOO, 19 October
NtRestoreKey
NtRestoreKey
NTSYSAPI
NTSTATUS
NTAPI
NtRestoreKey(
IN HANDLE KeyHandle,
IN HANDLE FileHandle,
IN ULONG RestoreOption );
KeyHandle
All keys and values stored in file represented by
FileHandle will be childern of
KeyHandle.
FileHandle
See
NtSaveKey for
more information about
FileHandle.
RestoreOption
See RegRestoreKey in SDK
Requirements:
- Library: ntdll.lib
- Privileges: SE_RESTORE_NAME
See also:
NtCreateKey
NtOpenKey
NtSaveKey