Hi.
Can you tell me, please,
how to get device's oryginal name.
The name that is assigned during PnP enumeration.
E.g.:
After I plug FM801 PCI joystick,
I see such in the Device Manager and in the registers.
When I install some driver to it,
I see only new name.
I tried a lot with SetupDi functions
but I could not get the oryginal value.
I thought that getting devices SPDRP_FRIENDLYNAME
property will solve the problem but
in most cases this call fails.
When I was testing WInDriver,
I saw that this tool can see oryginal name
of the device.
Thanks in advance,
Grzegorz