Changeset 48934 in vbox for trunk/include/iprt/system.h
- Timestamp:
- Oct 7, 2013 9:12:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/system.h
r44528 r48934 200 200 #define RTSYSTEM_SHUTDOWN_REBOOT UINT32_C(0) 201 201 /** Reboot the system after shutdown. 202 * The call may return VINF_SYS_MAY_POWER_OFF if the OS / 202 * The call may return VINF_SYS_MAY_POWER_OFF if the OS / 203 203 * hardware combination may power off instead of halting. */ 204 204 #define RTSYSTEM_SHUTDOWN_HALT UINT32_C(1) … … 230 230 * depending on the OS. 231 231 * @retval VINF_SUCCESS 232 * @retval VINF_SYS_MAY_POWER_OFF 233 * @retval VERR_SYS_SHUTDOWN_FAILED 234 * @retval VERR_SYS_CANNOT_POWER_OFF 235 * 232 * @retval VINF_SYS_MAY_POWER_OFF 233 * @retval VERR_SYS_SHUTDOWN_FAILED 234 * @retval VERR_SYS_CANNOT_POWER_OFF 235 * 236 236 * @param cMsDelay The delay before the actual reboot. If this is 237 237 * not supported by the OS, an immediate reboot
Note:
See TracChangeset
for help on using the changeset viewer.