How does Windows enumerate devices? More specifically such as video device from PCIe Card
Windows will enumerate video devices, so application can see list of devices.
I wonder how windows do that in details, so I can handle order of devices.
I expect that order of devices in the list never change unless hardware changes, but actual depends on windows implementation( no document found).