|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Go to the source code of this file.
Classes | |
| struct | _FRLDR_OPTIONS |
Typedefs | |
| typedef enum _FRLDR_SETUP_ACTION | FRLDR_SETUP_ACTION |
| typedef struct _FRLDR_OPTIONS | FRLDR_OPTIONS |
Enumerations | |
| enum | _FRLDR_SETUP_ACTION { ActionSeparator = -1 , ActionDebugging , ActionReboot , ActionBackToPrevMenu } |
Functions | |
| VOID | FreeLdrSetupMenu (_In_opt_ OperatingSystemItem *OperatingSystem) |
| VOID | DisplayBootTimeOptions (_In_ OperatingSystemItem *OperatingSystem) |
| VOID | OptionMenuReboot (VOID) |
Variables | |
| static FRLDR_OPTIONS | FrLdrOptions [] |
| static PCSTR | FrldrDbgMsg |
| typedef struct _FRLDR_OPTIONS FRLDR_OPTIONS |
| Enumerator | |
|---|---|
| ActionSeparator | |
| ActionDebugging | |
| ActionReboot | |
| ActionBackToPrevMenu | |
Definition at line 20 of file options.c.
| VOID DisplayBootTimeOptions | ( | _In_ OperatingSystemItem * | OperatingSystem | ) |
Definition at line 154 of file options.c.
Referenced by MainBootMenuKeyPressFilter(), MenuNTOptions(), and RunLoader().
| VOID FreeLdrSetupMenu | ( | _In_opt_ OperatingSystemItem * | OperatingSystem | ) |
Definition at line 75 of file options.c.
Referenced by MainBootMenuKeyPressFilter(), and RunLoader().
Definition at line 167 of file options.c.
Referenced by FreeLdrSetupMenu(), and MenuNTOptions().
|
static |
Definition at line 56 of file options.c.
Referenced by FreeLdrSetupMenu().
|
static |
Definition at line 40 of file options.c.
Referenced by FreeLdrSetupMenu().