VirtualBox

Changeset 106766 in vbox


Ignore:
Timestamp:
Oct 29, 2024 9:40:57 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165653
Message:

GuestHost: Mime-type converter: Fix docs, bugref:10194.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/mime-type-converter.h

    r106061 r106766  
    9292 * @returns IPRT status code.
    9393 * @param   pcszMimeType    Mime-type in string representation.
    94  * @param   pvBufIn         Input buffer which contains image data in VBox format.
     94 * @param   pvBufIn         Input buffer which contains data in VBox format.
    9595 * @param   cbBufIn         Size of input buffer in bytes.
    96  * @param   ppvBufOut       Newly allocated output buffer which will contain BMP image data (must be freed by caller).
     96 * @param   ppvBufOut       Newly allocated output buffer which will contain data
     97 *                          in specified mime-type format (must be freed by caller).
    9798 * @param   pcbBufOut       Size of output buffer.
    9899 */
     
    105106 * @returns IPRT status code.
    106107 * @param   pcszMimeType    Mime-type in string representation.
    107  * @param   pvBufIn         Input buffer which contains image data in VBox format.
     108 * @param   pvBufIn         Input buffer which contains data in specified mime-type format.
    108109 * @param   cbBufIn         Size of input buffer in bytes.
    109  * @param   ppvBufOut       Newly allocated output buffer which will contain BMP image data (must be freed by caller).
     110 * @param   ppvBufOut       Newly allocated output buffer which will contain image data
     111 *                          in VBox internal representation format (must be freed by caller).
    110112 * @param   pcbBufOut       Size of output buffer.
    111113 */
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