Changeset 73036 in vbox for trunk/include/VBox
- Timestamp:
- Jul 10, 2018 3:02:52 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r72872 r73036 2705 2705 /** Guest process is in a wrong state. */ 2706 2706 #define VERR_GSTCTL_PROCESS_WRONG_STATE (-6221) 2707 /** Started guest process terminated with an exit code <> 0. */2708 #define VWRN_GSTCTL_PROCESS_EXIT_CODE 62212709 2707 /** Maximum objects has been reached. */ 2710 2708 #define VERR_GSTCTL_MAX_OBJECTS_REACHED (-6222) 2709 /** Started guest process terminated with an exit code <> 0. */ 2710 #define VERR_GSTCTL_PROCESS_EXIT_CODE (-6223) 2711 2711 /** @} */ 2712 2712
Note:
See TracChangeset
for help on using the changeset viewer.