Changeset 82281 in vbox for trunk/include
- Timestamp:
- Nov 29, 2019 11:52:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/clipboard-helper.h
r82280 r82281 53 53 * 54 54 * @returns VBox status code. 55 *56 55 * @param pcwszSrc The source UTF-16 string. 57 56 * @param cwcSrc The length of the source string in RTUTF16 units. … … 66 65 * Does no checking for validity. 67 66 * 68 * @returns VBox status code 69 * 67 * @returns VBox status code. 70 68 * @param pcwszSrc Source UTF-16 text to convert. 71 69 * @param cwcSrc Size of the source text int RTUTF16 units. … … 79 77 * with Linux EOLs converted from a UTF-16 string with Windows EOLs. 80 78 * 81 * @returns RT status code 82 * 79 * @returns VBox status code. 83 80 * @param pcwszSrc The source UTF-16 string. 84 81 * @param cwcSrc The length of the source string in RTUTF16 units. … … 91 88 * EOLs. This function does not verify that the UTF-16 is valid. 92 89 * 93 * @returns VBox status code 94 * 90 * @returns VBox status code. 95 91 * @param pcwszSrc Text to convert. 96 92 * @param cwcSrc Size of the source text in RTUTF16 units. … … 147 143 * Allocates with RTMemAlloc. 148 144 * 149 * @returns VBox status code 150 * 145 * @returns VBox status code. 151 146 * @param pvSrc DIB data to convert 152 147 * @param cbSrc Size of the DIB data to convert in bytes … … 162 157 * Does not do any allocation. 163 158 * 164 * @returns VBox status code 165 * 159 * @returns VBox status code. 166 160 * @param pvSrc BMP data to convert 167 161 * @param cbSrc Size of the BMP data to convert in bytes
Note:
See TracChangeset
for help on using the changeset viewer.