#include <lvm_intr.h> void _System Set_Reboot_Flag( BOOLEAN Reboot, /* (I) New value for the Reboot Flag */ CARDINAL32 * Error_Code /* (O) Address where the error code will be stored */ );
Parameters
Returns
N/A.
Errors
If an error occurs, then the Reboot Flag will be unchanged, and the value pointed to by Error_Code will be greater than 0.
Side Effects
The value of the Reboot Flag may be changed.
Notes
None.
16-Bit Equivalent:
void _Far16 _Pascal _loadds SET_REBOOT_FLAG16( BOOLEAN Reboot, CARDINAL32 * _Seg16 Error_Code );