Hello,
I am attempting to dynamically discover device names, or symbolic links,
created within an NDIS driver using NdisMRegisterDevice(). I have
attempted to use the SetupDI function set, but that does not provide me
those device names. It does provide me with the miniport device names.
I have also attempted to use QueryDosDevice(), which does provide the
entire list of symbolic link names, but requires a very large amount of
memory to work. Tools like OSR’s DeviceTree list the device names, as
children of a driver. Does anyone know the API to use for this type of
information?
Thanks,
Chris