Searched refs:pcwDest (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/GuestHost/
H A Dclipboard-helper.h52 * @retval pcwDest The length of the destination string in 16 bit words
54 int vboxClipboardUtf16GetWinSize(PRTUTF16 pwszSrc, size_t cwSrc, size_t *pcwDest);
65 * @retval pcwDest Size of the buffer for the converted text in 16 bit words
77 * @retval pcwDest The length of the destination string in 16 bit words
79 int vboxClipboardUtf16GetLinSize(PRTUTF16 pwszSrc, size_t cwSrc, size_t *pcwDest);
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dclipboard-helper.cpp27 int vboxClipboardUtf16GetWinSize(PRTUTF16 pwszSrc, size_t cwSrc, size_t *pcwDest) argument
35 *pcwDest = 0;
68 *pcwDest = cwDest;
150 int vboxClipboardUtf16GetLinSize(PRTUTF16 pwszSrc, size_t cwSrc, size_t *pcwDest) argument
163 *pcwDest = 0;
194 *pcwDest = cwDest;

Completed in 43 milliseconds