|
From: Robin A. <rob...@te...> - 2007-04-23 22:12:53
|
I do need to replace it with a suitable alternative, in order to do so, I need to know how this function behaves. Kind regards Robin Stephan Meyer wrote: >> -----Ursprüngliche Nachricht----- >> Von: lib...@li... >> > usb_reap_async() is part of the DLL's undocumented > asynchronous API. > You can just ignore it and all other usb_xxx_async() functions, > since WinCE doesn't support asynchronous (overlapped) IO. > > Stephan > > >> Hello, >> >> I'm porting an application developed for windows xp to windows mobile. >> This application uses libusb to communicate with a USB-device. >> I developed a USB driver myself for windows CE. Now I'm at the point to >> port the layer between the libusb to the application to a layer between >> my driver and the application. I found a call to the following function: >> int usb_reap_async(void *context, int timeout); >> However, I can't find any documentation on this function. What does it >> do exactly? >> >> Kind Regards >> Robin Astle >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Libusb-win32-devel mailing list >> Lib...@li... >> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel >> >> > > > _______________________________________________________________ > SMS schreiben mit WEB.DE FreeMail - einfach, schnell und > kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > > > > |