VirtualBox

Changeset 8391 in vbox


Ignore:
Timestamp:
Apr 25, 2008 3:58:29 PM (17 years ago)
Author:
vboxsync
Message:

Added some warnings. Drop the aka as SUP* stuff as it's obsolete/to-be-removed.

File:
1 edited

Legend:

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

    r8288 r8391  
    278278#define VINF_SUCCESS                        0
    279279
    280 /** General failure - DON'T USE THIS!!!
    281  * (aka SUPDRV_ERR_GENERAL_FAILURE) */
     280/** General failure - DON'T USE THIS!!! */
    282281#define VERR_GENERAL_FAILURE                (-1)
    283 /** Invalid parameter.
    284  * (aka SUPDRV_ERR_INVALID_PARAM) */
     282/** Invalid parameter. */
    285283#define VERR_INVALID_PARAMETER              (-2)
    286 /** Invalid magic or cookie.
    287  * (aka SUPDRV_ERR_INVALID_MAGIC) */
     284/** Invalid parameter. */
     285#define VWRN_INVALID_PARAMETER              2
     286/** Invalid magic or cookie. */
    288287#define VERR_INVALID_MAGIC                  (-3)
    289 /** Invalid loader handle.
    290  * (aka SUPDRV_ERR_INVALID_HANDLE) */
     288/** Invalid magic or cookie. */
     289#define VWRN_INVALID_MAGIC                  3
     290/** Invalid loader handle. */
    291291#define VERR_INVALID_HANDLE                 (-4)
    292 /** Failed to lock the address range.
    293  * (aka SUPDRV_ERR_INVALID_HANDLE) */
     292/** Invalid loader handle. */
     293#define VWRN_INVALID_HANDLE                 4
     294/** Failed to lock the address range. */
    294295#define VERR_LOCK_FAILED                    (-5)
    295 /** Invalid memory pointer.
    296  * (aka SUPDRV_ERR_INVALID_POINTER) */
     296/** Invalid memory pointer. */
    297297#define VERR_INVALID_POINTER                (-6)
    298 /** Failed to patch the IDT.
    299  * (aka SUPDRV_ERR_IDT_FAILED) */
     298/** Failed to patch the IDT. */
    300299#define VERR_IDT_FAILED                     (-7)
    301 /** Memory allocation failed.
    302  * (aka SUPDRV_ERR_NO_MEMORY) */
     300/** Memory allocation failed. */
    303301#define VERR_NO_MEMORY                      (-8)
    304 /** Already loaded.
    305  * (aka SUPDRV_ERR_ALREADY_LOADED) */
     302/** Already loaded. */
    306303#define VERR_ALREADY_LOADED                 (-9)
    307 /** Permission denied.
    308  * (aka SUPDRV_ERR_PERMISSION_DENIED) */
     304/** Permission denied. */
    309305#define VERR_PERMISSION_DENIED              (-10)
    310 /** Version mismatch.
    311  * (aka SUPDRV_ERR_VERSION_MISMATCH) */
     306/** Version mismatch. */
    312307#define VERR_VERSION_MISMATCH               (-11)
    313308/** The request function is not implemented. */
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