Changeset 40771 in vbox for trunk/include
- Timestamp:
- Apr 5, 2012 12:16:23 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77272
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r40507 r40771 3058 3058 * @returns Pointer to the removed string node. 3059 3059 * @returns NULL if the string was not found in the string space. 3060 * @param pStrSpace The space to insert it into.3060 * @param pStrSpace The space to remove it from. 3061 3061 * @param pszString The string to remove. 3062 3062 */ … … 3068 3068 * @returns Pointer to the string node. 3069 3069 * @returns NULL if the string was not found in the string space. 3070 * @param pStrSpace The space to insert it into.3070 * @param pStrSpace The space to get it from. 3071 3071 * @param pszString The string to get. 3072 3072 */ … … 3078 3078 * @returns Pointer to the string node. 3079 3079 * @returns NULL if the string was not found in the string space. 3080 * @param pStrSpace The space to insert it into.3080 * @param pStrSpace The space to get it from. 3081 3081 * @param pszString The string to get. 3082 3082 * @param cchMax The max string length to evaluate. Passing … … 3106 3106 * @returns 0 or what ever non-zero return value pfnCallback returned 3107 3107 * when aborting the destruction. 3108 * @param pStrSpace The space to insert it into.3108 * @param pStrSpace The space to destroy. 3109 3109 * @param pfnCallback The callback. 3110 3110 * @param pvUser The user argument. … … 3119 3119 * @returns 0 or what ever non-zero return value pfnCallback returned 3120 3120 * when aborting the destruction. 3121 * @param pStrSpace The space to insert it into.3121 * @param pStrSpace The space to enumerate. 3122 3122 * @param pfnCallback The callback. 3123 3123 * @param pvUser The user argument.
Note:
See TracChangeset
for help on using the changeset viewer.