VirtualBox

Changeset 19292 in vbox for trunk


Ignore:
Timestamp:
May 1, 2009 3:21:10 PM (16 years ago)
Author:
vboxsync
Message:

iprt/err.h,.mac: VERR_INVALID_CONTEXT.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r18909 r19292  
    361361/** Pagetable not present. */
    362362#define VERR_PAGE_TABLE_NOT_PRESENT         (-31)
    363 
     363/** Invalid context.
     364 * Typically an API was used by the wrong thread. */
     365#define VERR_INVALID_CONTEXT                (-32)
    364366/** The per process timer is busy. */
    365367#define VERR_TIMER_BUSY                     (-33)
  • trunk/include/iprt/err.mac

    r19290 r19292  
    2626%define VERR_THREAD_NOT_WAITABLE    (-30)
    2727%define VERR_PAGE_TABLE_NOT_PRESENT    (-31)
     28%define VERR_INVALID_CONTEXT    (-32)
    2829%define VERR_TIMER_BUSY    (-33)
    2930%define VERR_ADDRESS_CONFLICT    (-34)
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