ReactOS 0.4.16-dev-91-g764881a
|
#include <bl.h>
Public Attributes | |
union { | |
struct { | |
ULONG AnyKey: 1 | |
ULONG AdvancedOptions: 1 | |
ULONG BootOptions: 1 | |
ULONG OemKey: 1 | |
ULONG Exit: 1 | |
ULONG Reserved: 27 | |
} | |
ULONG AsULong | |
}; | |
ULONG | BootIndex |
WCHAR | KeyValue |
union { ... } _BL_MENU_STATUS::@120 |
ULONG _BL_MENU_STATUS::AnyKey |
Definition at line 876 of file bl.h.
Referenced by BmpProcessBootEntry().
ULONG _BL_MENU_STATUS::Exit |
Definition at line 880 of file bl.h.
Referenced by BmpProcessBootEntry().
WCHAR _BL_MENU_STATUS::KeyValue |
Definition at line 886 of file bl.h.
Referenced by BmpProcessBootEntry().
ULONG _BL_MENU_STATUS::OemKey |
Definition at line 879 of file bl.h.
Referenced by BmpProcessBootEntry().