Changeset 88382 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 7, 2021 9:16:12 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143629
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DrvAudioRec.h
r82968 r88382 54 54 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 55 55 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns); 56 static DECLCALLBACK(int) drvAttach(PPDMDRVINS pDrvIns, uint32_t fFlags); 57 static DECLCALLBACK(void) drvDetach(PPDMDRVINS pDrvIns, uint32_t fFlags); 56 static DECLCALLBACK(void) drvPowerOff(PPDMDRVINS pDrvIns); 58 57 59 58 private: -
trunk/src/VBox/Main/include/DrvAudioVRDE.h
r82968 r88382 62 62 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 63 63 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns); 64 static DECLCALLBACK(int) drvAttach(PPDMDRVINS pDrvIns, uint32_t fFlags); 65 static DECLCALLBACK(void) drvDetach(PPDMDRVINS pDrvIns, uint32_t fFlags); 64 static DECLCALLBACK(void) drvPowerOff(PPDMDRVINS pDrvIns); 66 65 67 66 private:
Note:
See TracChangeset
for help on using the changeset viewer.