History log of /vbox/src/VBox/Runtime/r3/nt/internal-r3-nt.h
Revision Date Author Comments Expand
1eda04de692c4c416332941e87bab4cc8fc45a18 52944 05-Oct-2014 vboxsync

IPRT: Separated out RTPathAbs from the posix, fixing it up for windows + OS/2, and made it generic. Also added some NT path routines.

304e26e9a9c1422dbc299ed139eceacca271a9dd 49150 17-Oct-2013 vboxsync

SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid wasting precious ticks on silly API conversions.

6f82db701c69ae6925eb7e8bf1dfe25c9f951bdd 47535 05-Aug-2013 vboxsync

IPRT: Wrote native NT directory enumeration - not enabled by default. Provides ChangeTime and later file ID (inode no). Can also enumerate object directories, just for the fun of it.

5bf0ee311caa414469f26237ff607cb1b3591508 47533 04-Aug-2013 vboxsync

Rewrote fs-win.cpp into a pure native NT version, this fixes the symbolic-link-in-path-not-followed issues that caused by having to guess the volume root in order to make the win32 (wrapper) API happy.