|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <bcd.h>

Public Attributes | |
| union { | |
| ULONG PackedValue | |
| union { | |
| struct { | |
| ULONG ApplicationCode: 20 | |
| ULONG ImageCode: 4 | |
| ULONG Reserved: 4 | |
| ULONG ObjectCode: 4 | |
| } Application | |
| struct { | |
| ULONG Value: 20 | |
| ULONG ClassCode: 4 | |
| ULONG Reserved: 4 | |
| ULONG ObjectCode: 4 | |
| } Inherit | |
| struct { | |
| ULONG Reserved:28 | |
| ULONG ObjectCode: 4 | |
| } Device | |
| } | |
| }; | |
| union { ... } BcdObjectType::@126 |
| struct { ... } BcdObjectType::Application |
Referenced by OslPrepareTarget().
| struct { ... } BcdObjectType::Device |
| struct { ... } BcdObjectType::Inherit |