GetDevicePathList Method (deviceInterfaceGuid, devicePathList)

LibUsbDotNet

LibUsbDotNet 2.2.8 GetDevicePathList Method (deviceInterfaceGuid, devicePathList)
Library ReferenceLibUsbDotNet.WinUsbWinUsbRegistryGetDevicePathList(Guid, List<(Of <<'(String>)>>)%)
LibUsbDotNet on SourceForge
Gets a list of WinUSB device paths for the specified interface guid.
Declaration Syntax
C# Visual Basic Visual C++
public static bool GetDevicePathList(
	Guid deviceInterfaceGuid,
	out List<string> devicePathList
)
Public Shared Function GetDevicePathList ( _
	deviceInterfaceGuid As Guid, _
	<OutAttribute> ByRef devicePathList As List(Of String) _
) As Boolean
public:
static bool GetDevicePathList(
	Guid deviceInterfaceGuid, 
	[OutAttribute] List<String^>^% devicePathList
)
Parameters
deviceInterfaceGuid (Guid)
The DeviceInterfaceGUID to search for.
devicePathList (List<(Of <(<'String>)>)>%)
A list of device paths associated with the deviceInterfaceGuid.
Return Value
True of one or more device paths was found.
Remarks
Each device path string in the devicePathList represents a seperate WinUSB device (interface).

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)