Changeset 69705 in vbox for trunk/include/iprt/nt
- Timestamp:
- Nov 15, 2017 4:42:59 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119080
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r69691 r69705 320 320 * @param pszPath The relative UTF-8 path. 321 321 * @param enmAscent How to handle ascent. 322 * @param fMustReturnAbsolute Must convert to an absolute path. This 323 * is necessary if the root dir is a NT directory 324 * object (e.g. /Devices) since they cannot parse 325 * relative paths it seems. 322 326 */ 323 RTDECL(int) RTNtPathRelativeFromUtf8(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, 324 const char *pszPath, RTNTPATHRELATIVEASCENT enmAscent);327 RTDECL(int) RTNtPathRelativeFromUtf8(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, const char *pszPath, 328 RTNTPATHRELATIVEASCENT enmAscent, bool fMustReturnAbsolute); 325 329 326 330 /**
Note:
See TracChangeset
for help on using the changeset viewer.