<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 Jun 2020 10:39:21 Z</lastBuildDate><pubDate>24 May 2020 16:18:38 Z</pubDate><description>Dear&#13;
       The C language structure:       &#13;
struct usb_device&#13;
{&#13;
    struct usb_device *next, *prev;&#13;
&#13;
    char filename[LIBUSB_PATH_MAX];&#13;
&#13;
    struct usb_bus *bus;&#13;
&#13;
    struct usb_device_descriptor descriptor;&#13;
    struct usb_config_descriptor *config;&#13;
&#13;
    void *dev;		/* Darwin support */&#13;
&#13;
    unsigned char devnum;&#13;
&#13;
    unsigned char num_children;&#13;
    struct usb_device **children;&#13;
};&#13;
&#13;
struct usb_bus&#13;
{&#13;
    struct usb_bus *next, *prev;&#13;
&#13;
    char dirname[LIBUSB_PATH_MAX];&#13;
&#13;
    struct usb_device *devices;&#13;
    unsigned long location;&#13;
&#13;
    struct usb_device *root_dev;&#13;
};&#13;
&#13;
In windev why to do so?&#13;
&#13;
thanks</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67843-language-structure-convert-windev-structure/read.awp</link><title>The C language structure convert to windev structure?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>PeHoBe</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67843-language-structure-convert-windev-structure-67865/read.awp</comments><pubDate>8 Jun 2020 10:39:21 Z</pubDate><description>Hi Tao,&#13;
&#13;
Here's the solution&#13;
https://hostimage.windev.io/images/Knipsel_cba1d803d7d02ab3a6c76780ac75e49e.PNG &#13;
&#13;
Enjoy&#13;
&#13;
--&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67843-language-structure-convert-windev-structure-67865/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67843-language-structure-convert-windev-structure-67865/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67843-language-structure-convert-windev-structure/read.awp">The C language structure convert to windev structure?</source><title>Re: The C language structure convert to windev structure?</title></item></channel></rss>
