Changeset 77093 in vbox for trunk/include/VBox
- Timestamp:
- Feb 1, 2019 8:53:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r76585 r77093 2719 2719 /** Guest process is in a wrong state. */ 2720 2720 #define VERR_GSTCTL_PROCESS_WRONG_STATE (-6221) 2721 /** Maximum objects has been reached. */ 2722 #define VERR_GSTCTL_MAX_OBJECTS_REACHED (-6222) 2721 /** Maximum (context ID) sessions have been reached. */ 2722 #define VERR_GSTCTL_MAX_CID_SESSIONS_REACHED (-6222) 2723 /** Maximum (context ID) objects have been reached. */ 2724 #define VERR_GSTCTL_MAX_CID_OBJECTS_REACHED (-6223) 2725 /** Maximum (context ID object) count has been reached. */ 2726 #define VERR_GSTCTL_MAX_CID_COUNT_REACHED (-6224) 2723 2727 /** Started guest process terminated with an exit code <> 0. */ 2724 #define VERR_GSTCTL_PROCESS_EXIT_CODE (-622 3)2728 #define VERR_GSTCTL_PROCESS_EXIT_CODE (-6225) 2725 2729 /** @} */ 2726 2730
Note:
See TracChangeset
for help on using the changeset viewer.