Changeset 70553 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 12, 2018 12:15:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DrvAudioVRDE.h
r70535 r70553 57 57 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 58 58 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); 59 61 60 62 private:
Note:
See TracChangeset
for help on using the changeset viewer.