Changeset 57358 in vbox for trunk/src/VBox/Devices/USB/win
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp
r56292 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_USBPROXY 23 23 #include <windows.h> … … 37 37 38 38 39 /******************************************************************************* 40 * Structures and Typedefs *41 ******************************************************************************* /39 /********************************************************************************************************************************* 40 * Structures and Typedefs * 41 *********************************************************************************************************************************/ 42 42 typedef struct _QUEUED_URB 43 43 { … … 75 75 /* All functions are returning 1 on success, 0 on error */ 76 76 77 /******************************************************************************* 78 * Internal Functions * 79 *******************************************************************************/ 77 78 /********************************************************************************************************************************* 79 * Internal Functions * 80 *********************************************************************************************************************************/ 80 81 static int usbProxyWinSetInterface(PUSBPROXYDEV p, int ifnum, int setting); 81 82
Note:
See TracChangeset
for help on using the changeset viewer.