PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → The C language structure convert to windev structure?
The C language structure convert to windev structure?
Débuté par Yuhong Tao, 24 mai 2020 16:18 - 1 réponse
Posté le 24 mai 2020 - 16:18
Dear
The C language structure:
struct usb_device
{
struct usb_device *next, *prev;

char filename[LIBUSB_PATH_MAX];

struct usb_bus *bus;

struct usb_device_descriptor descriptor;
struct usb_config_descriptor *config;

void *dev; /* Darwin support */

unsigned char devnum;

unsigned char num_children;
struct usb_device **children;
};

struct usb_bus
{
struct usb_bus *next, *prev;

char dirname[LIBUSB_PATH_MAX];

struct usb_device *devices;
unsigned long location;

struct usb_device *root_dev;
};

In windev why to do so?

thanks
Membre enregistré
123 messages
Popularité : +7 (9 votes)
Posté le 08 juin 2020 - 10:39
Hi Tao,

Here's the solution




Enjoy

--
Peter Holemans
www.mcs2.eu