Changeset 85837 in vbox for trunk/include
- Timestamp:
- Aug 19, 2020 4:38:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/clipboard-helper.h
r85836 r85837 97 97 * @param pcwszSrc UTF-16 string to convert. 98 98 * @param cwcSrc Size of the string int RTUTF16 units. 99 * @param p wszDstWhere to return the allocated converted string. Must be free'd by the caller.100 * @param cwcDst Where to return the size of the converted string in RTUTF16 units. Includes terminator.99 * @param ppwszDst Where to return the allocated converted string. Must be free'd by the caller. 100 * @param pcwDst Where to return the size of the converted string in RTUTF16 units. Includes terminator. 101 101 */ 102 102 int ShClConvUtf16LFToCRLFA(PCRTUTF16 pcwszSrc, size_t cwcSrc, PRTUTF16 *ppwszDst, size_t *pcwDst);
Note:
See TracChangeset
for help on using the changeset viewer.