VirtualBox

Changeset 35464 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 10, 2011 4:30:27 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69335
Message:

iprt/string.h: Added RTStrSpaceGetN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r35398 r35464  
    28612861
    28622862/**
     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 */
     2873RTDECL(PRTSTRSPACECORE) RTStrSpaceGetN(PRTSTRSPACE pStrSpace, const char *pszString, size_t cchMax);
     2874
     2875/**
    28632876 * Callback function for RTStrSpaceEnumerate() and RTStrSpaceDestroy().
    28642877 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette