VirtualBox

Changeset 82280 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 29, 2019 11:48:59 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135104
Message:

Shared Clipboard: Resolved some more @todos.

File:
1 edited

Legend:

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

    r82279 r82280  
    5454 * @returns VBox status code.
    5555 *
    56  * @param   pwszSrc The source UTF-16 string.
     56 * @param   pcwszSrc The source UTF-16 string.
    5757 * @param   cwcSrc   The length of the source string in RTUTF16 units.
    5858 * @param   pcwcDst  The length of the destination string in RTUTF16 units.
    5959 */
    60 int ShClUtf16GetWinSize(PRTUTF16 pwszSrc, size_t cwcSrc, size_t *pcwcDst);
     60int ShClUtf16GetWinSize(PCRTUTF16 pwszSrc, size_t cwcSrc, size_t *pcwcDst);
    6161
    6262/**
     
    6868 * @returns VBox status code
    6969 *
    70  * @param   pwszSrc Source UTF-16 text to convert.
    71  * @param   cwcSrc   Size of the source text int RTUTF16 units
     70 * @param   pcwszSrc Source UTF-16 text to convert.
     71 * @param   cwcSrc   Size of the source text int RTUTF16 units.
    7272 * @param   pwszDst  Buffer to store the converted text to.
    7373 * @param   cwcDst   Size of the buffer for the converted text in RTUTF16 units.
    7474 */
    75 int ShClUtf16LinToWin(PRTUTF16 pwszSrc, size_t cwcSrc, PRTUTF16 pwszDst, size_t cwcDst);
     75int ShClUtf16LinToWin(PCRTUTF16 pcwszSrc, size_t cwcSrc, PRTUTF16 pwszDst, size_t cwcDst);
    7676
    7777/**
     
    8181 * @returns RT status code
    8282 *
    83  * @param   pwszSrc  The source UTF-16 string
     83 * @param   pcwszSrc The source UTF-16 string.
    8484 * @param   cwcSrc   The length of the source string in RTUTF16 units.
    8585 * @param   pcwcDst  The length of the destination string in RTUTF16 units.
    8686 */
    87 int ShClUtf16GetLinSize(PRTUTF16 pwszSrc, size_t cwcSrc, size_t *pcwcDst);
     87int ShClUtf16GetLinSize(PCRTUTF16 pcwszSrc, size_t cwcSrc, size_t *pcwcDst);
    8888
    8989/**
     
    9393 * @returns VBox status code
    9494 *
    95  * @param   pwszSrc  Text to convert
     95 * @param   pcwszSrc Text to convert.
    9696 * @param   cwcSrc   Size of the source text in RTUTF16 units.
    97  * @param   pwszDst  The buffer to store the converted text to
    98  * @param   cwcDst   The size of the buffer for the destination text in RTUTF16
    99  *                   chars.
    100  */
    101 int ShClUtf16WinToLin(PRTUTF16 pwszSrc, size_t cwcSrc, PRTUTF16 pwszDst, size_t cwcDst);
     97 * @param   pwszDst  The buffer to store the converted text to.
     98 * @param   cwcDst   The size of the buffer for the destination text in RTUTF16 chars.
     99 */
     100int ShClUtf16WinToLin(PCRTUTF16 pcwszSrc, size_t cwcSrc, PRTUTF16 pwszDst, size_t cwcDst);
    102101
    103102#pragma pack(1)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette