|
ReactOS 0.4.17-dev-51-g1dc2e6d
|

Go to the source code of this file.
Classes | |
| struct | _ADVBOOT_OPTIONS |
Typedefs | |
| typedef enum _ADVOPTS_ACTION | ADVOPTS_ACTION |
| typedef struct _ADVBOOT_OPTIONS | ADVBOOT_OPTIONS |
Enumerations | |
| enum | _ADVOPTS_ACTION { ActionSeparator = -1 , ActionSafeBoot , ActionSafeBootNetwork , ActionSafeBootAltShell , ActionSafeBootDSRepair , ActionBootLog , ActionVGAMode , ActionLKGConfig , ActionDebugMode , ActionStartNormally , ActionReboot , ActionBackToPrevMenu } |
Functions | |
| static VOID | GetBootOptionsDescription (_Inout_z_bytecount_(BootOptsDescSize) PSTR BootOptsDesc, _In_ SIZE_T BootOptsDescSize) |
| VOID | MenuNTOptions (_Inout_opt_ OperatingSystemItem *OperatingSystem) |
| VOID | AppendBootTimeOptions (_Inout_z_bytecount_(BootOptionsSize) PSTR BootOptions, _In_ SIZE_T BootOptionsSize) |
Variables | |
| static ADVBOOT_OPTIONS | AdvBootOptions [] |
| enum SAFEBOOT_MODE | BootOptionChoice = NO_OPTION |
| LOGICAL | BootFlags = 0 |
| typedef struct _ADVBOOT_OPTIONS ADVBOOT_OPTIONS |
| typedef enum _ADVOPTS_ACTION ADVOPTS_ACTION |
Definition at line 20 of file advopts.c.
| VOID AppendBootTimeOptions | ( | _Inout_z_bytecount_(BootOptionsSize) PSTR | BootOptions, |
| _In_ SIZE_T | BootOptionsSize | ||
| ) |
Definition at line 282 of file advopts.c.
Referenced by LoadAndBootWindows(), and LoadReactOSSetup().
|
static |
Definition at line 91 of file advopts.c.
Referenced by MenuNTOptions().
| VOID MenuNTOptions | ( | _Inout_opt_ OperatingSystemItem * | OperatingSystem | ) |
Definition at line 160 of file advopts.c.
|
static |
Definition at line 49 of file advopts.c.
Referenced by GetBootOptionsDescription(), and MenuNTOptions().
| LOGICAL BootFlags = 0 |
Definition at line 86 of file advopts.c.
Referenced by AppendBootTimeOptions(), GetBootOptionsDescription(), and MenuNTOptions().
| enum SAFEBOOT_MODE BootOptionChoice = NO_OPTION |
Definition at line 82 of file advopts.c.
Referenced by AppendBootTimeOptions(), GetBootOptionsDescription(), and MenuNTOptions().