VirtualBox

Changeset 36611 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 7, 2011 10:35:29 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71059
Message:

iprt: add RTPathUserDocuments

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r36597 r36611  
    866866# define RTPathTemp                                     RT_MANGLER(RTPathTemp)
    867867# define RTPathTraverseList                             RT_MANGLER(RTPathTraverseList)
     868# define RTPathUserDocuments                            RT_MANGLER(RTPathUserDocuments)
    868869# define RTPathUserHome                                 RT_MANGLER(RTPathUserHome)
    869870# define RTPipeClose                                    RT_MANGLER(RTPipeClose)
  • trunk/include/iprt/path.h

    r35218 r36611  
    608608
    609609/**
     610 * Gets the user documents directory.
     611 *
     612 * The returned path isn't guarantied to exist.
     613 *
     614 * @returns iprt status code.
     615 * @param   pszPath     Buffer where to store the path.
     616 * @param   cchPath     Buffer size in bytes.
     617 */
     618RTDECL(int) RTPathUserDocuments(char *pszPath, size_t cchPath);
     619
     620/**
    610621 * Gets the directory of shared libraries.
    611622 *
Note: See TracChangeset for help on using the changeset viewer.

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