Changeset 81369 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Oct 18, 2019 9:13:03 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/clipboard-helper.h
r81223 r81369 82 82 * @param pwszSrc The source UTF-16 string 83 83 * @param cwcSrc The length of the source string in RTUTF16 units. 84 * @ retvalpcwcDst The length of the destination string in RTUTF16 units.84 * @param pcwcDst The length of the destination string in RTUTF16 units. 85 85 */ 86 86 int ShClUtf16GetLinSize(PRTUTF16 pwszSrc, size_t cwcSrc, size_t *pcwcDst);
Note:
See TracChangeset
for help on using the changeset viewer.