|
ReactOS 0.4.16-dev-2610-ge2c92c0
|

Go to the source code of this file.
Functions | |
| static VOID | GetBootOptionsDescription (_Inout_z_bytecount_(BootOptsDescSize) PSTR BootOptsDesc, _In_ SIZE_T BootOptsDescSize) |
| VOID | MenuNTOptions (_Inout_ OperatingSystemItem *OperatingSystem) |
| VOID | AppendBootTimeOptions (_Inout_z_bytecount_(BootOptionsSize) PSTR BootOptions, _In_ SIZE_T BootOptionsSize) |
Variables | |
| static PCSTR | OptionsMenuList [] |
| enum BootOption | BootOptionChoice = NO_OPTION |
| LOGICAL | BootFlags = 0 |
| VOID AppendBootTimeOptions | ( | _Inout_z_bytecount_(BootOptionsSize) PSTR | BootOptions, |
| _In_ SIZE_T | BootOptionsSize | ||
| ) |
Definition at line 185 of file advopts.c.
Referenced by LoadAndBootWindows(), and LoadReactOSSetup().
|
static |
Definition at line 49 of file advopts.c.
Referenced by MenuNTOptions().
| VOID MenuNTOptions | ( | _Inout_ OperatingSystemItem * | OperatingSystem | ) |
Definition at line 106 of file advopts.c.
| LOGICAL BootFlags = 0 |
Definition at line 44 of file advopts.c.
Referenced by AppendBootTimeOptions(), GetBootOptionsDescription(), and MenuNTOptions().
| enum BootOption BootOptionChoice = NO_OPTION |
Definition at line 43 of file advopts.c.
Referenced by AppendBootTimeOptions(), GetBootOptionsDescription(), and MenuNTOptions().
|
static |
Definition at line 17 of file advopts.c.
Referenced by GetBootOptionsDescription(), and MenuNTOptions().