VirtualBox

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


Ignore:
Timestamp:
Jan 12, 2018 12:15:36 PM (7 years ago)
Author:
vboxsync
Message:

Audio: Main/DrvAudioVRDE: Added drvAttach and drvDetach callbacks.

File:
1 edited

Legend:

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

    r70535 r70553  
    5757    static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
    5858    static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns);
     59    static DECLCALLBACK(int) drvAttach(PPDMDRVINS pDrvIns, uint32_t fFlags);
     60    static DECLCALLBACK(void) drvDetach(PPDMDRVINS pDrvIns, uint32_t fFlags);
    5961
    6062private:
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