VirtualBox

Changeset 85837 in vbox for trunk/include


Ignore:
Timestamp:
Aug 19, 2020 4:38:46 PM (4 years ago)
Author:
vboxsync
Message:

Shared Clipboard: Doxygen fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/clipboard-helper.h

    r85836 r85837  
    9797 * @param   pcwszSrc            UTF-16 string to convert.
    9898 * @param   cwcSrc              Size of the string int RTUTF16 units.
    99  * @param   pwszDst             Where 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.
    101101 */
    102102int ShClConvUtf16LFToCRLFA(PCRTUTF16 pcwszSrc, size_t cwcSrc, PRTUTF16 *ppwszDst, size_t *pcwDst);
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