Undocumented functions of NTDLL

2OOO, 19 October



NtSetInformationKey
NtSetInformationKey

NTSYSAPI 
NTSTATUS
NTAPI

NtSetInformationKey(

IN HANDLE KeyHandle, IN KEY_SET_INFORMATION_CLASS InformationClass, IN PVOID KeyInformationData, IN ULONG DataLength );



InformationClass
See <ntddk.h> for possible values. Currently only KEY_WRITE_TIME_INFORMATION is supported.
KeyInformationData
See <ntddk.h> for detailed structure KEY_WRITE_TIME_INFORMATION.


Requirements:
Library: ntdll.lib




See also:
NtCreateKey
NtEnumerateKey
NtOpenKey
NtQueryKey