PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → The C language structure convert to windev structure?
The C language structure convert to windev structure?
Iniciado por Yuhong Tao, mai., 24 2020 4:18 PM - 1 resposta
Publicado em maio, 24 2020 - 4:18 PM
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
Membro registado
123 mensagems
Popularité : +7 (9 votes)
Publicado em junho, 08 2020 - 10:39 AM
Hi Tao,

Here's the solution




Enjoy

--
Peter Holemans
www.mcs2.eu