VirtualBox

Changeset 31950 in vbox for trunk


Ignore:
Timestamp:
Aug 25, 2010 10:06:10 AM (14 years ago)
Author:
vboxsync
Message:

iprt: explicitly document that all RTStr* functions return the number of characters excluding the terminator

File:
1 edited

Legend:

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

    r31843 r31950  
    16301630 * String printf.
    16311631 *
    1632  * @returns The length of the returned string (in pszBuffer).
     1632 * @returns The length of the returned string (in pszBuffer) excluding the
     1633 *          terminator.
    16331634 * @param   pszBuffer   Output buffer.
    16341635 * @param   cchBuffer   Size of the output buffer.
     
    16411642 * String printf.
    16421643 *
    1643  * @returns The length of the returned string (in pszBuffer).
     1644 * @returns The length of the returned string (in pszBuffer) excluding the
     1645 *          terminator.
    16441646 * @param   pszBuffer   Output buffer.
    16451647 * @param   cchBuffer   Size of the output buffer.
     
    16531655 * String printf with custom formatting.
    16541656 *
    1655  * @returns The length of the returned string (in pszBuffer).
     1657 * @returns The length of the returned string (in pszBuffer) excluding the
     1658 *          terminator.
    16561659 * @param   pfnFormat   Pointer to handler function for the custom formats.
    16571660 * @param   pvArg       Argument to the pfnFormat function.
     
    16661669 * String printf with custom formatting.
    16671670 *
    1668  * @returns The length of the returned string (in pszBuffer).
     1671 * @returns The length of the returned string (in pszBuffer) excluding the
     1672 *          terminator.
    16691673 * @param   pfnFormat   Pointer to handler function for the custom formats.
    16701674 * @param   pvArg       Argument to the pfnFormat function.
     
    16801684 * Allocating string printf (default tag).
    16811685 *
    1682  * @returns The length of the string in the returned *ppszBuffer.
     1686 * @returns The length of the string in the returned *ppszBuffer excluding the
     1687 *          terminator.
    16831688 * @returns -1 on failure.
    16841689 * @param   ppszBuffer  Where to store the pointer to the allocated output buffer.
     
    16931698 * Allocating string printf (custom tag).
    16941699 *
    1695  * @returns The length of the string in the returned *ppszBuffer.
     1700 * @returns The length of the string in the returned *ppszBuffer excluding the
     1701 *          terminator.
    16961702 * @returns -1 on failure.
    16971703 * @param   ppszBuffer  Where to store the pointer to the allocated output buffer.
     
    17071713 * Allocating string printf.
    17081714 *
    1709  * @returns The length of the string in the returned *ppszBuffer.
     1715 * @returns The length of the string in the returned *ppszBuffer excluding the
     1716 *          terminator.
    17101717 * @returns -1 on failure.
    17111718 * @param   ppszBuffer  Where to store the pointer to the allocated output buffer.
     
    17281735 * Allocating string printf (custom tag).
    17291736 *
    1730  * @returns The length of the string in the returned *ppszBuffer.
     1737 * @returns The length of the string in the returned *ppszBuffer excluding the
     1738 *          terminator.
    17311739 * @returns -1 on failure.
    17321740 * @param   ppszBuffer  Where to store the pointer to the allocated output buffer.
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