Undocumented functions of NTDLL

2OOO, 19 October


NtEnumerateKey
NtEnumerateKey

NTSYSAPI 
NTSTATUS
NTAPI

NtEnumerateKey(
IN HANDLE KeyHandle, IN ULONG Index, IN KEY_INFORMATION_CLASS KeyInformationClass, OUT PVOID KeyInformation, IN ULONG Length, OUT PULONG ResultLength );


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






Requirements:
Library: ntdll.lib




See also:
NtCreateKey
NtOpenKey