Find all UsbRegistry devices using a UsbDeviceFinder instance.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public UsbRegDeviceList FindAll( UsbDeviceFinder usbDeviceFinder )
Public Function FindAll ( _ usbDeviceFinder As UsbDeviceFinder _ ) As UsbRegDeviceList
public: UsbRegDeviceList^ FindAll( UsbDeviceFinder^ usbDeviceFinder )
Parameters
- usbDeviceFinder (UsbDeviceFinder)
- The UsbDeviceFinder instance used to locate the usb registry devices.
Return Value
All usb registry classes that match.