VirtualBox

Changeset 98573 in vbox for trunk/include


Ignore:
Timestamp:
Feb 15, 2023 12:21:14 AM (2 years ago)
Author:
vboxsync
Message:

iprt/err.h,errcore.h: Corrected VERR_INVALID_HANDLE description.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r98103 r98573  
    9191/** Invalid magic or cookie. */
    9292#define VWRN_INVALID_MAGIC                  3
    93 /** Invalid loader handle. */
     93/** Invalid handle. */
    9494#define VERR_INVALID_HANDLE                 (-4)
    95 /** Invalid loader handle. */
     95/** Invalid handle. */
    9696#define VWRN_INVALID_HANDLE                 4
    9797/** Failed to lock the address range. */
  • trunk/include/iprt/errcore.h

    r98103 r98573  
    771771 * @ingroup grp_rt_err */
    772772#define VWRN_INVALID_MAGIC                  3
    773 /** Invalid loader handle.
     773/** Invalid handle.
    774774 * @ingroup grp_rt_err */
    775775#define VERR_INVALID_HANDLE                 (-4)
    776 /** Invalid loader handle.
     776/** Invalid handle.
    777777 * @ingroup grp_rt_err */
    778778#define VWRN_INVALID_HANDLE                 4
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