2OOO, 19 October
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.