Changeset 36611 in vbox for trunk/include/iprt
- Timestamp:
- Apr 7, 2011 10:35:29 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71059
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r36597 r36611 866 866 # define RTPathTemp RT_MANGLER(RTPathTemp) 867 867 # define RTPathTraverseList RT_MANGLER(RTPathTraverseList) 868 # define RTPathUserDocuments RT_MANGLER(RTPathUserDocuments) 868 869 # define RTPathUserHome RT_MANGLER(RTPathUserHome) 869 870 # define RTPipeClose RT_MANGLER(RTPipeClose) -
trunk/include/iprt/path.h
r35218 r36611 608 608 609 609 /** 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 */ 618 RTDECL(int) RTPathUserDocuments(char *pszPath, size_t cchPath); 619 620 /** 610 621 * Gets the directory of shared libraries. 611 622 *
Note:
See TracChangeset
for help on using the changeset viewer.