Changeset 18525 in vbox for trunk/include/iprt
- Timestamp:
- Mar 30, 2009 11:43:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r18523 r18525 1600 1600 * @returns iprt status code. 1601 1601 * @param pwszString UTF-16 string to convert. 1602 * @param ppszString Receives pointer of allocated UTF-8 string. 1602 * @param ppszString Receives pointer of allocated UTF-8 string on 1603 * success, and is always set to NULL on failure. 1603 1604 * The returned pointer must be freed using RTStrFree(). 1604 1605 */
Note:
See TracChangeset
for help on using the changeset viewer.