LitDev.Engines.Win32Usb.SetupDiEnumDeviceInterfaces C# (CSharp) Method

SetupDiEnumDeviceInterfaces() private method

private SetupDiEnumDeviceInterfaces ( IntPtr lpDeviceInfoSet, IntPtr pDeviceInfoData, System.Guid &gClass, uint nIndex, DeviceInterfaceData &oInterfaceData ) : bool
lpDeviceInfoSet System.IntPtr
pDeviceInfoData System.IntPtr
gClass System.Guid
nIndex uint
oInterfaceData DeviceInterfaceData
return bool
        protected static extern bool SetupDiEnumDeviceInterfaces(IntPtr lpDeviceInfoSet, IntPtr pDeviceInfoData, ref Guid gClass, uint nIndex, ref DeviceInterfaceData oInterfaceData);