Reboot_Required

This function indicates whether or not any changes were made to the system which would require a reboot to take effect.


#include <lvm_intr.h>

BOOLEAN _System Reboot_Required( void );

Parameters

None.

Returns

The function return value will be TRUE if the system must be rebooted as a result of changes made through the LVM Engine.

Errors

N/A.

Side Effects

None.

Notes

None.

16-Bit Equivalent:

BOOLEAN _Far16 _Pascal _loadds REBOOT_REQUIRED16( void );