Changeset 64738 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 23, 2016 1:59:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp
r60481 r64738 109 109 110 110 NTSTATUS rcNt = NtCreateFile(&hDir, 111 FILE_ READ_DATA| SYNCHRONIZE,111 FILE_LIST_DIRECTORY | SYNCHRONIZE, 112 112 &ObjAttr, 113 113 &Ios,
Note:
See TracChangeset
for help on using the changeset viewer.