VirtualBox

Changeset 69691 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Nov 14, 2017 3:27:52 PM (7 years ago)
Author:
vboxsync
Message:

iprt: Started on RTDirRel for NT.

File:
1 edited

Legend:

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

    r69688 r69691  
    264264RTDECL(int) RTNtPathOpenDir(const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fShareAccess, ULONG fCreateOptions,
    265265                            ULONG fObjAttribs, PHANDLE phHandle, bool *pfObjDir);
     266RTDECL(int) RTNtPathOpenDirEx(HANDLE hRootDir, struct _UNICODE_STRING *pNtName, ACCESS_MASK fDesiredAccess,
     267                              ULONG fShareAccess, ULONG fCreateOptions, ULONG fObjAttribs, PHANDLE phHandle, bool *pfObjDir);
    266268RTDECL(int) RTNtPathClose(HANDLE hHandle);
    267269
Note: See TracChangeset for help on using the changeset viewer.

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