VirtualBox

Changeset 15841 in vbox for trunk/include


Ignore:
Timestamp:
Jan 7, 2009 4:40:02 PM (16 years ago)
Author:
vboxsync
Message:

SUPDrv,SUPLib: SUPR0ObjRelease returns VINF_OBJECT_DESTROYED if it destroyed the object. Made SUPLib require this version of the driver (joined the RTMp API change earlier today).

File:
1 edited

Legend:

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

    r14645 r15841  
    495495/** A page count is ouf of range. */
    496496#define VERR_PAGE_COUNT_OUT_OF_RANGE        (-84)
     497/** Generic object destroyed status. */
     498#define VERR_OBJECT_DESTROYED               (-85)
     499/** Generic object was destroyed by the call status. */
     500#define VINF_OBJECT_DESTROYED               85
     501/** Generic dangling objects status. */
     502#define VERR_DANGLING_OBJECTS               (-86)
     503/** Generic dangling objects status. */
     504#define VWRN_DANGLING_OBJECTS               86
    497505/** @} */
    498506
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