Changeset 60622 in vbox for trunk/include/VBox/err.h
- Timestamp:
- Apr 21, 2016 1:00:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r59375 r60622 4 4 5 5 /* 6 * Copyright (C) 2006-201 5Oracle Corporation6 * Copyright (C) 2006-2016 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2659 2659 /** A guest control object has changed its overall status. */ 2660 2660 #define VWRN_GSTCTL_OBJECTSTATE_CHANGED 6220 2661 /** Guest process is in a wrong state. */ 2662 #define VERR_GSTCTL_PROCESS_WRONG_STATE (-6221) 2663 /** Started guest process terminated with an exit code <> 0. */ 2664 #define VWRN_GSTCTL_PROCESS_EXIT_CODE 6221 2661 2665 /** @} */ 2662 2666
Note:
See TracChangeset
for help on using the changeset viewer.