ZwQueryDirectoryFile: version for registry?

Hello,

I would like to be able to scan the registry using a mask in a similar way that ZwQueryDirectoryFile() works with files. I’ve reviewed the Zw registry functions, and the closest thing that I can find is ZwEnumerate Key(), but, of course, it doesn’t search for matching keys. Is there a functional equivalent to ZwQueryDirectoryFile() for the registry or will I have to create my own scanner?

Thank you for your help!

Mike

No such function

Bummer! It sure would be handy for our requirements! Oh well, roll our own… :slight_smile:

Thank you for your quick response!

Mike