- Timestamp:
- Apr 7, 2021 9:18:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88381 r88383 1222 1222 1223 1223 /** 1224 * Shuts down the host backend (driver) .1224 * Shuts down the host backend (driver) - optional and obsolete. 1225 1225 * 1226 1226 * @returns VBox status code. 1227 1227 * @param pInterface Pointer to the interface structure containing the called function pointer. 1228 * @deprecated Just stub this and do the real work in the driver destructor.1228 * @deprecated Just stub this and do the real work in the driver power off callback. 1229 1229 */ 1230 1230 DECLR3CALLBACKMEMBER(void, pfnShutdown, (PPDMIHOSTAUDIO pInterface));
Note:
See TracChangeset
for help on using the changeset viewer.