Changeset 29345 in vbox for trunk/include/VBox
- Timestamp:
- May 11, 2010 12:22:48 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r29209 r29345 80 80 /** Too many VCPUs. */ 81 81 #define VERR_TOO_MANY_CPUS (-1019) 82 /** The service was disabled on the host. 83 * Returned by pfnInit in VBoxService to indicated a non-fatal error that 84 * should results in the particular service being disabled. */ 85 #define VERR_SERVICE_DISABLED (-1020) 82 86 /** @} */ 83 87
Note:
See TracChangeset
for help on using the changeset viewer.