Changeset 40135 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Feb 15, 2012 3:23:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/fileinfo.c
r38193 r40135 1183 1183 } 1184 1184 1185 case FileStreamInformation: 1186 Log(("VBOXSF: VBoxMRxQueryFileInformation: FileStreamInformation: not supported\n")); 1187 Status = STATUS_INVALID_PARAMETER; 1188 goto end; 1189 1185 1190 default: 1186 1191 … … 1417 1422 break; 1418 1423 } 1424 1425 case FileStreamInformation: 1426 Log(("VBOXSF: VBoxMRxQueryFileInformation: FileStreamInformation: not supported\n")); 1427 Status = STATUS_INVALID_PARAMETER; 1428 goto end; 1419 1429 1420 1430 default:
Note:
See TracChangeset
for help on using the changeset viewer.