I have a bunch of device files that are available using \\.\name_of_fileas an argument CreateFile.
I can use WinObj to view a list of these files, but what I would like to do is programmatically iterate over them. Much like Google Googling implies that I can use Object Manager or the NT namespace, but I can not find the API for either of them, nor for the source for WinObj for trawling ...
Can someone enlighten me please?
source
share