How do I programmatically access a USB transfer cable (such as Belkin's Easy Transfer Cable) from Windows?
I'm familiar with libusb-win32, but from what I can tell, using that with newer devices and with Windows Vista seems iffy.
I know that Windows Easy Transfer can do this. How do I write code that does the same thing as Windows Easy Transfer?
If there is no canned documentation on how to do this, I'm willing to do some digging, but I don't know where to start. How do I watch what Windows Easy Transfer is doing to find out how it does it? I see that Windows even gives transfer cables their own category in the Device Manager, "Transfer Cable Devices." How do I do low-level communication with one of these these drivers?