Changeset 107379 in vbox for trunk/src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp
- Timestamp:
- Dec 19, 2024 12:59:51 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp
r106061 r107379 65 65 IO_STATUS_BLOCK Ios = RTNT_IO_STATUS_BLOCK_INITIALIZER; 66 66 OBJECT_ATTRIBUTES ObjAttr; 67 InitializeObjectAttributes(&ObjAttr, &NtName, 0 /*fAttrib*/, hRootDir, NULL);67 InitializeObjectAttributes(&ObjAttr, &NtName, OBJ_CASE_INSENSITIVE, hRootDir, NULL); 68 68 69 69 ULONG fOpenOptions = FILE_OPEN_FOR_BACKUP_INTENT | FILE_SYNCHRONOUS_IO_NONALERT | FILE_OPEN_REPARSE_POINT;
Note:
See TracChangeset
for help on using the changeset viewer.