Changeset 2843 in vbox
- Timestamp:
- May 24, 2007 3:38:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/usblib.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib.h
r2838 r2843 288 288 * @param usProductId Product id 289 289 * @param usRevision Revision 290 */ 291 VBOXDDU_DECL(int) usbLibReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision); 290 * @param pszAddress Device address 291 */ 292 VBOXDDU_DECL(int) usbLibReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision, const char *pszAddress); 292 293 293 294 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.

