Changeset 34379 in vbox for trunk/include/iprt
- Timestamp:
- Nov 25, 2010 3:48:53 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r34072 r34379 2870 2870 /** 2871 2871 * Destroys the string space. 2872 * The caller supplies a callback which will be called for each of 2873 * the string nodes in for freeing their memory and other resources. 2872 * 2873 * The caller supplies a callback which will be called for each of the string 2874 * nodes in for freeing their memory and other resources. 2874 2875 * 2875 2876 * @returns 0 or what ever non-zero return value pfnCallback returned
Note:
See TracChangeset
for help on using the changeset viewer.