Changeset 88390 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 7, 2021 10:35:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88383 r88390 1213 1213 { 1214 1214 /** 1215 * Initializes the host backend (driver) - optional and obsolete.1216 *1217 * @returns VBox status code.1218 * @param pInterface Pointer to the interface structure containing the called function pointer.1219 * @deprecated Just stub this and do the real work in the driver constructor.1220 */1221 DECLR3CALLBACKMEMBER(int, pfnInit, (PPDMIHOSTAUDIO pInterface));1222 1223 /**1224 * Shuts down the host backend (driver) - optional and obsolete.1225 *1226 * @returns VBox status code.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 power off callback.1229 */1230 DECLR3CALLBACKMEMBER(void, pfnShutdown, (PPDMIHOSTAUDIO pInterface));1231 1232 /**1233 1215 * Returns the host backend's configuration (backend). 1234 1216 * … … 1368 1350 1369 1351 /** PDMIHOSTAUDIO interface ID. */ 1370 #define PDMIHOSTAUDIO_IID " 28ae3ee3-c328-4dd9-89c1-6e2b602f2d41"1352 #define PDMIHOSTAUDIO_IID "cf04d235-2af6-4921-8323-a0f85c5cf96b" 1371 1353 1372 1354
Note:
See TracChangeset
for help on using the changeset viewer.