ReactOS 0.4.16-dev-2-g02a6913
|
#include <bcd.h>
Public Attributes | |
union { | |
ULONG PackedValue | |
struct { | |
ULONG SubType: 24 | |
ULONG Format: 4 | |
ULONG Class: 4 | |
} | |
}; | |
union { ... } BcdElementType::@103 |
ULONG BcdElementType::Format |
Definition at line 238 of file bcd.h.
Referenced by BiEnumerateElements(), BlGetBootOptionBoolean(), BlGetBootOptionDevice(), BlGetBootOptionGuid(), BlGetBootOptionGuidList(), BlGetBootOptionInteger(), BlGetBootOptionString(), BlpGetBootOptionIntegerList(), and BmpCreateDevices().
ULONG BcdElementType::PackedValue |
Definition at line 234 of file bcd.h.
Referenced by BiEnumerateElements(), BlGetBootOptionBoolean(), BlGetBootOptionDevice(), BlGetBootOptionGuid(), BlGetBootOptionGuidList(), BlGetBootOptionInteger(), BlGetBootOptionString(), BlpGetBootOptionIntegerList(), and BmpCreateDevices().