#include <lvm_intr.h> void _System Set_Boot_Manager_Options( ADDRESS Handle, /* (I) Handle of the default partition or volume */ BOOLEAN Timer_Active, /* (I) TRUE if the timeout timer is active */ CARDINAL32 Time_Out_Value, /* (I) Timeout interval in seconds */ BOOLEAN Advanced_Mode, /* (I) TRUE to display the menu in advanced mode */ CARDINAL32 * Error_Code /* (O) Address where the error code will be stored */ );
Parameters
Specifying a NULL handle will cause Boot Manager to default to whichever partition or volume was previously booted.
Returns
N/A.
Errors
If an error occurs, no changes will be made to Boot Manager and the value pointed to by Error_Code will be greater than 0.
Side Effects
Boot Manager may be modified.
Notes
None.
16-Bit Equivalent:
void _Far16 _Pascal _loadds SET_BOOT_MANAGER_OPTIONS16( CARDINAL32 Handle, BOOLEAN Timer_Active, CARDINAL32 Time_Out_Value, BOOLEAN Advanced_Mode, CARDINAL32 * _Seg16 Error_Code );