ReactOS 0.4.15-dev-7918-g2a2556c
BcdObjectType Struct Reference

#include <bcd.h>

Collaboration diagram for BcdObjectType:

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
 
   } 
 
}; 
 

Detailed Description

Definition at line 244 of file bcd.h.

Member Data Documentation

◆ 

union { ... } BcdObjectType::@113

◆ 

struct { ... } BcdObjectType::Application

Referenced by OslPrepareTarget().

◆ ApplicationCode

ULONG BcdObjectType::ApplicationCode

Definition at line 253 of file bcd.h.

◆ ClassCode

ULONG BcdObjectType::ClassCode

Definition at line 261 of file bcd.h.

◆ 

struct { ... } BcdObjectType::Device

◆ ImageCode

ULONG BcdObjectType::ImageCode

Definition at line 254 of file bcd.h.

◆ 

struct { ... } BcdObjectType::Inherit

◆ ObjectCode

ULONG BcdObjectType::ObjectCode

Definition at line 256 of file bcd.h.

◆ PackedValue

ULONG BcdObjectType::PackedValue

Definition at line 248 of file bcd.h.

◆ Reserved

ULONG BcdObjectType::Reserved

Definition at line 255 of file bcd.h.

◆ Value

ULONG BcdObjectType::Value

Definition at line 260 of file bcd.h.


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