Changeset 16323 in vbox
- Timestamp:
- Jan 28, 2009 5:21:41 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r16029 r16323 1579 1579 * @returns iprt status code. 1580 1580 * @param pwszString The UTF-16 string to convert. 1581 * @param cwcString The number of RTUTF16 items to translat ionfrom pwszString.1582 * The translat ewill stop when reaching cwcString or the terminator ('\\0').1581 * @param cwcString The number of RTUTF16 items to translate from pwszString. 1582 * The translation will stop when reaching cwcString or the terminator ('\\0'). 1583 1583 * Use RTSTR_MAX to translate the entire string. 1584 * @param ppsz If cch is non-zero, this must either be pointing to pointer to1584 * @param ppsz If cch is non-zero, this must either be pointing to a pointer to 1585 1585 * a buffer of the specified size, or pointer to a NULL pointer. 1586 1586 * If *ppsz is NULL or cch is zero a buffer of at least cch chars
Note:
See TracChangeset
for help on using the changeset viewer.