Technical Document #16
Can WinDriver handle multiple devices, of different or similar types, at the same time?
Yes. Each device receives a unique handle when calling This enables different devices to be handled from a single device driver application. This also enables device drivers written with WinDriver for different devices, to coexist simultaneously on the same machine. Starting from WinDriver 6.2.0, the usb_diag sample and the generated DriverWizard code have basic support for multiple devices. |

