Changeset 78383 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- May 5, 2019 5:35:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/info.cpp
r78382 r78383 1720 1720 * - Tries to open the new filename (result: 0x00000000 but not 1721 1721 * opened by our code - weird). 1722 * - Queries FileNormalizedNameInformation (result: 0xc000000d). 1722 1723 * - Does IOCTL_REDIR_QUERY_PATH_EX on \vboxsvr\IPC$. 1723 1724 * - Tries to open \vboxsvr\IPC$ (result: 0xc0000016) … … 1727 1728 * - Finally does FileRenameInformation. 1728 1729 * - Closes the handle to the renamed file. 1729 *1730 1730 */ 1731 1731 static NTSTATUS vbsfNtRename(IN PRX_CONTEXT RxContext,
Note:
See TracChangeset
for help on using the changeset viewer.