VirtualBox

Changeset 48631 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 23, 2013 10:46:00 AM (11 years ago)
Author:
vboxsync
Message:

Main: EmulatedUSB callback, detach device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/EmulatedUSBImpl.h

    r48406 r48631  
    4242    void uninit();
    4343
     44    /* Public method for internal use. */
     45    static DECLCALLBACK(int) eusbCallback(void *pv, const char *pszId, uint32_t iEvent,
     46                                          const void *pvData, uint32_t cbData);
     47
    4448private:
     49
     50    static DECLCALLBACK(int) eusbCallbackEMT(EmulatedUSB *pThis, char *pszId, uint32_t iEvent,
     51                                             void *pvData, uint32_t cbData);
     52
     53    HRESULT webcamPathFromId(com::Utf8Str *pPath, const char *pszId);
    4554
    4655    // wrapped IEmulatedUSB properties
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