VirtualBox

Changeset 88300 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Mar 26, 2021 2:31:55 PM (4 years ago)
Author:
vboxsync
Message:

Audio: We don't return IPRT status codes, but VBox status codes. duh. bugref:9890

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

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

    r88298 r88300  
    14231423 * This function will be called from a backend to communicate with the host audio interface.
    14241424 *
    1425  * @returns IPRT status code.
     1425 * @returns VBox status code.
    14261426 * @param   pDrvIns             Pointer to driver instance which called us.
    14271427 * @param   enmType             Callback type.
  • trunk/include/VBox/vmm/pdmaudioinline.h

    r88269 r88300  
    248248 * Initializes a stream configuration from PCM properties.
    249249 *
    250  * @return  IPRT status code.
     250 * @returns VBox status code.
    251251 * @param   pCfg        The stream configuration to initialize.
    252252 * @param   pProps      The PCM properties to use.
     
    313313 * Copies one stream configuration to another.
    314314 *
    315  * @returns IPRT status code.
     315 * @returns VBox status code.
    316316 * @param   pDstCfg     The destination stream configuration.
    317317 * @param   pSrcCfg     The source stream configuration.
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