Changeset 35464 in vbox for trunk/include/iprt
- Timestamp:
- Jan 10, 2011 4:30:27 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r35398 r35464 2861 2861 2862 2862 /** 2863 * Gets a string from a unique string space. 2864 * 2865 * @returns Pointer to the string node. 2866 * @returns NULL if the string was not found in the string space. 2867 * @param pStrSpace The space to insert it into. 2868 * @param pszString The string to get. 2869 * @param cchMax The max string length to evaluate. Passing 2870 * RTSTR_MAX is ok and makes it behave just like 2871 * RTStrSpaceGet. 2872 */ 2873 RTDECL(PRTSTRSPACECORE) RTStrSpaceGetN(PRTSTRSPACE pStrSpace, const char *pszString, size_t cchMax); 2874 2875 /** 2863 2876 * Callback function for RTStrSpaceEnumerate() and RTStrSpaceDestroy(). 2864 2877 *
Note:
See TracChangeset
for help on using the changeset viewer.