VirtualBox

Changeset 64640 in vbox for trunk/src/VBox/Runtime/r3/nt


Ignore:
Timestamp:
Nov 10, 2016 3:27:09 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111873
Message:

IPRT: Implemented native NT version of RTPathQueryInfoEx that provides INode number and link count.

Location:
trunk/src/VBox/Runtime/r3/nt
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp

    r62584 r64640  
    172172static int rtNtPathToNative(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, const char *pszPath)
    173173{
     174/** @todo This code sucks a bit performance wise, esp. calling
     175 *        generic RTPathAbs.  Too many buffers involved, I think. */
     176
    174177    /*
    175178     * Very simple conversion of a win32-like path into an NT path.
Note: See TracChangeset for help on using the changeset viewer.

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