Undocumented functions of NTDLL

2OOO, 19 October


NtEnumerateValueKey
NtEnumerateValueKey

NTSYSAPI 
NTSTATUS
NTAPI

NtEnumerateValueKey(
IN HANDLE KeyHandle, IN ULONG Index, IN KEY_VALUE_INFORMATION_CLASS KeyValueInformation, OUT PVOID KeyValueInformation, IN ULONG Length, OUT PULONG ResultLength );


See ZwEnumerateValueKey in NT DDK or 2000 DDK for detailed description.






Requirements:
Library: ntdll.lib




See also:
NtCreateKey
NtEnumerateKey
NtOpenKey