VirtualBox

Changeset 88383 in vbox for trunk


Ignore:
Timestamp:
Apr 7, 2021 9:18:51 AM (4 years ago)
Author:
vboxsync
Message:

Audio: Documented PDMIHOSTAUDIO::pfnShutdown as optional and corrected the deprecated text. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r88381 r88383  
    12221222
    12231223    /**
    1224      * Shuts down the host backend (driver).
     1224     * Shuts down the host backend (driver) - optional and obsolete.
    12251225     *
    12261226     * @returns VBox status code.
    12271227     * @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.
    12291229     */
    12301230    DECLR3CALLBACKMEMBER(void, pfnShutdown, (PPDMIHOSTAUDIO pInterface));
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