Changeset 77821 in vbox for trunk/include/iprt/nt
- Timestamp:
- Mar 21, 2019 2:18:42 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r77816 r77821 403 403 * This is all zeros and NULL on failure. 404 404 */ 405 RTDECL(int) RTNtPathExpand8dot3PathA(struct _UNICODE_STRING const *p Short, bool fPathOnly, struct _UNICODE_STRING *pUniStrDst);405 RTDECL(int) RTNtPathExpand8dot3PathA(struct _UNICODE_STRING const *pUniStrSrc, bool fPathOnly, struct _UNICODE_STRING *pUniStrDst); 406 406 407 407
Note:
See TracChangeset
for help on using the changeset viewer.