TOAPI.Setup.setup.SetupDiEnumDeviceInfo C# (CSharp) Метод

SetupDiEnumDeviceInfo() приватный Метод

private SetupDiEnumDeviceInfo ( IntPtr DeviceInfoSet, Int32 MemberIndex, SP_DEVINFO_DATA &DeviceInterfaceData ) : Int32
DeviceInfoSet System.IntPtr
MemberIndex System.Int32
DeviceInterfaceData SP_DEVINFO_DATA
Результат System.Int32
        public static extern Int32 SetupDiEnumDeviceInfo(IntPtr DeviceInfoSet,
            Int32 MemberIndex, ref SP_DEVINFO_DATA DeviceInterfaceData);