ReactOS 0.4.15-dev-7924-g5949c20
_BL_MENU_STATUS Struct Reference

#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
 

Detailed Description

Definition at line 870 of file bl.h.

Member Data Documentation

◆ 

union { ... } _BL_MENU_STATUS::@126

◆ AdvancedOptions

ULONG _BL_MENU_STATUS::AdvancedOptions

Definition at line 877 of file bl.h.

◆ AnyKey

ULONG _BL_MENU_STATUS::AnyKey

Definition at line 876 of file bl.h.

Referenced by BmpProcessBootEntry().

◆ AsULong

ULONG _BL_MENU_STATUS::AsULong

Definition at line 883 of file bl.h.

◆ BootIndex

ULONG _BL_MENU_STATUS::BootIndex

Definition at line 885 of file bl.h.

◆ BootOptions

ULONG _BL_MENU_STATUS::BootOptions

Definition at line 878 of file bl.h.

◆ Exit

ULONG _BL_MENU_STATUS::Exit

Definition at line 880 of file bl.h.

Referenced by BmpProcessBootEntry().

◆ KeyValue

WCHAR _BL_MENU_STATUS::KeyValue

Definition at line 886 of file bl.h.

Referenced by BmpProcessBootEntry().

◆ OemKey

ULONG _BL_MENU_STATUS::OemKey

Definition at line 879 of file bl.h.

Referenced by BmpProcessBootEntry().

◆ Reserved

ULONG _BL_MENU_STATUS::Reserved

Definition at line 881 of file bl.h.


The documentation for this struct was generated from the following file: