Searched defs:pcText (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp1136 * @param pcText the length of the text, adjusted on return
1139 static void clipTrimTrailingNul(XtPointer pText, unsigned long *pcText, argument
1143 AssertPtrReturnVoid(pcText);
1145 if (((char *)pText)[*pcText - 1] == '\0')
1146 --(*pcText);

Completed in 281 milliseconds