Changeset 69691 in vbox for trunk/include/iprt/nt
- Timestamp:
- Nov 14, 2017 3:27:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r69688 r69691 264 264 RTDECL(int) RTNtPathOpenDir(const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fShareAccess, ULONG fCreateOptions, 265 265 ULONG fObjAttribs, PHANDLE phHandle, bool *pfObjDir); 266 RTDECL(int) RTNtPathOpenDirEx(HANDLE hRootDir, struct _UNICODE_STRING *pNtName, ACCESS_MASK fDesiredAccess, 267 ULONG fShareAccess, ULONG fCreateOptions, ULONG fObjAttribs, PHANDLE phHandle, bool *pfObjDir); 266 268 RTDECL(int) RTNtPathClose(HANDLE hHandle); 267 269
Note:
See TracChangeset
for help on using the changeset viewer.