VirtualBox

Changeset 2844 in vbox


Ignore:
Timestamp:
May 24, 2007 3:53:46 PM (17 years ago)
Author:
vboxsync
Message:

usblibQueryDeviceAddress added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/usblib.h

    r2843 r2844  
    292292VBOXDDU_DECL(int) usbLibReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision, const char *pszAddress);
    293293
     294
     295/**
     296 * Validates and returns the device name used for CreateFile
     297 *
     298 * @returns device name pointer
     299 * @param pszAddress        Device address
     300 */
     301VBOXDDU_DECL(const char *)usblibQueryDeviceAddress(const char *pszAddress);
     302
    294303/** @} */
    295304#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette