VirtualBox

Changeset 40135 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Feb 15, 2012 3:23:32 PM (13 years ago)
Author:
vboxsync
Message:

VBoxSF: implement a stub for FileStreamInformation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/fileinfo.c

    r38193 r40135  
    11831183        }
    11841184
     1185        case FileStreamInformation:
     1186            Log(("VBOXSF: VBoxMRxQueryFileInformation: FileStreamInformation: not supported\n"));
     1187            Status = STATUS_INVALID_PARAMETER;
     1188            goto end;
     1189
    11851190        default:
    11861191
     
    14171422            break;
    14181423        }
     1424
     1425        case FileStreamInformation:
     1426            Log(("VBOXSF: VBoxMRxQueryFileInformation: FileStreamInformation: not supported\n"));
     1427            Status = STATUS_INVALID_PARAMETER;
     1428            goto end;
    14191429
    14201430        default:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette