VirtualBox

Changeset 51427 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 27, 2014 7:28:19 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93980
Message:

Runtime/win/RTErrConvertFromWin32.cpp: add error code which is used when something tries to access a file while it's being executed - for our purposes that's a sharing problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp

    r48935 r51427  
    55
    66/*
    7  * Copyright (C) 2006-2012 Oracle Corporation
     7 * Copyright (C) 2006-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    187187
    188188        case ERROR_CANCELLED:               return VERR_CANCELLED;
     189        case ERROR_USER_MAPPED_FILE:        return VERR_SHARING_VIOLATION;
    189190        case ERROR_DIRECTORY:               return VERR_NOT_A_DIRECTORY;
    190191
Note: See TracChangeset for help on using the changeset viewer.

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