TOAPI.Setup.setup.SetupDiEnumDeviceInfo C# (CSharp) Method

SetupDiEnumDeviceInfo() private method

private SetupDiEnumDeviceInfo ( IntPtr DeviceInfoSet, Int32 MemberIndex, SP_DEVINFO_DATA &DeviceInterfaceData ) : Int32
DeviceInfoSet System.IntPtr
MemberIndex System.Int32
DeviceInterfaceData SP_DEVINFO_DATA
return System.Int32
        public static extern Int32 SetupDiEnumDeviceInfo(IntPtr DeviceInfoSet,
            Int32 MemberIndex, ref SP_DEVINFO_DATA DeviceInterfaceData);