|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <bcd.h>
Public Attributes | |
| union { | |
| ULONG PackedValue | |
| struct { | |
| ULONG SubType: 24 | |
| ULONG Format: 4 | |
| ULONG Class: 4 | |
| } | |
| }; | |
| union { ... } BcdElementType::@122 |
| 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().