usb driver programming

How can I program a usb driver for windows ?

I am building my own electronic usb peripheral.

Exepted the hardware aspect, how can i make windows to identify and handle the peripheral ?

[203 byte] By [kadorette] at [2007-12-25]
# 1
To create a driver you'll need to use the Windows DDK (Driver Development Kit). Last I remember, it contains two or three USB-related sample drivers you can use as a starting point.

You might get better information on the microsoft.public.development.device_drivers newsgroup, btw.

TomasRestrepo at 2007-8-31 > top of Msdn Tech,Architecture,Architecture General...