Changeset 106766 in vbox
- Timestamp:
- Oct 29, 2024 9:40:57 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165653
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/mime-type-converter.h
r106061 r106766 92 92 * @returns IPRT status code. 93 93 * @param pcszMimeType Mime-type in string representation. 94 * @param pvBufIn Input buffer which contains imagedata in VBox format.94 * @param pvBufIn Input buffer which contains data in VBox format. 95 95 * @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). 97 98 * @param pcbBufOut Size of output buffer. 98 99 */ … … 105 106 * @returns IPRT status code. 106 107 * @param pcszMimeType Mime-type in string representation. 107 * @param pvBufIn Input buffer which contains image data in VBoxformat.108 * @param pvBufIn Input buffer which contains data in specified mime-type format. 108 109 * @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). 110 112 * @param pcbBufOut Size of output buffer. 111 113 */
Note:
See TracChangeset
for help on using the changeset viewer.