VirtualBox

Changeset 29241 in vbox for trunk/src


Ignore:
Timestamp:
May 8, 2010 4:20:18 PM (15 years ago)
Author:
vboxsync
Message:

fileaio-win: Return VERR_NOT_SUPPORTED instead of VERR_NOT_IMPLEMENTED. There is no async flush API on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/fileaio-win.cpp

    r28800 r29241  
    221221    AssertReturn(hFile != NIL_RTFILE, VERR_INVALID_HANDLE);
    222222
    223     /** @todo: Flushing is not available */
    224 #if 0
    225     return rtFileAsyncPrepareTransfer(pRequest, File, TRANSFERDIRECTION_FLUSH,
    226                                       0, NULL, 0, pvUser);
    227 #endif
    228     return VERR_NOT_IMPLEMENTED;
     223    return VERR_NOT_SUPPORTED;
    229224}
    230225
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