Changeset 2844 in vbox
- Timestamp:
- May 24, 2007 3:53:46 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/usblib.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib.h
r2843 r2844 292 292 VBOXDDU_DECL(int) usbLibReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision, const char *pszAddress); 293 293 294 295 /** 296 * Validates and returns the device name used for CreateFile 297 * 298 * @returns device name pointer 299 * @param pszAddress Device address 300 */ 301 VBOXDDU_DECL(const char *)usblibQueryDeviceAddress(const char *pszAddress); 302 294 303 /** @} */ 295 304 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

