VirtualBox

Changeset 75785 in vbox for trunk/include


Ignore:
Timestamp:
Nov 28, 2018 1:03:40 AM (6 years ago)
Author:
vboxsync
Message:

iprt/err.h: Added generic VERR_WRONG_PARAMETER_COUNT, VERR_WRONG_PARAMETER_TYPE, VERR_INVALID_CLIENT_ID and VERR_INVALID_SESSION_ID status codes. Mainly for HGCM services. bugref:9313

File:
1 edited

Legend:

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

    r75332 r75785  
    10811081/** The system has too many CPUs. */
    10821082#define VERR_MP_TOO_MANY_CPUS               (-22414)
     1083/** Wrong parameter count. */
     1084#define VERR_WRONG_PARAMETER_COUNT          (-22415)
     1085/** Wrong parameter type. */
     1086#define VERR_WRONG_PARAMETER_TYPE           (-22416)
     1087/** Invalid client ID. */
     1088#define VERR_INVALID_CLIENT_ID              (-22417)
     1089/** Invalid session ID. */
     1090#define VERR_INVALID_SESSION_ID             (-22417)
    10831091/** @} */
    10841092
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