VirtualBox

Changeset 34380 in vbox


Ignore:
Timestamp:
Nov 25, 2010 3:49:07 PM (14 years ago)
Author:
vboxsync
Message:

iprt/err.h: VWRN_ALREADY_EXISTS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r34179 r34380  
    676676/** Invalid (malformed) file/path name. */
    677677#define VERR_INVALID_NAME                   (-104)
    678 /** File/Device already exists. */
     678/** The object in question already exists. */
    679679#define VERR_ALREADY_EXISTS                 (-105)
     680/** The object in question already exists. */
     681#define VWRN_ALREADY_EXISTS                 105
    680682/** Too many open files. */
    681683#define VERR_TOO_MANY_OPEN_FILES            (-106)
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