ReactOS 0.4.15-dev-7788-g1ad9096
_CM_KEY_NODE Struct Reference

#include <cmdata.h>

Collaboration diagram for _CM_KEY_NODE:

Public Attributes

USHORT Signature
 
USHORT Flags
 
LARGE_INTEGER LastWriteTime
 
ULONG Spare
 
HCELL_INDEX Parent
 
ULONG SubKeyCounts [HTYPE_COUNT]
 
union {
   struct {
      HCELL_INDEX   SubKeyLists [HTYPE_COUNT]
 
      CHILD_LIST   ValueList
 
   } 
 
   CM_KEY_REFERENCE   ChildHiveReference
 
}; 
 
HCELL_INDEX Security
 
HCELL_INDEX Class
 
ULONG MaxNameLen
 
ULONG MaxClassLen
 
ULONG MaxValueNameLen
 
ULONG MaxValueDataLen
 
ULONG WorkVar
 
USHORT NameLength
 
USHORT ClassLength
 
WCHAR Name [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 90 of file cmdata.h.

Member Data Documentation

◆ 

union { ... } _CM_KEY_NODE::@4293

◆ ChildHiveReference

CM_KEY_REFERENCE _CM_KEY_NODE::ChildHiveReference

Definition at line 105 of file cmdata.h.

Referenced by CmpCreateLinkNode().

◆ Class

◆ ClassLength

◆ Flags

◆ LastWriteTime

◆ MaxClassLen

◆ MaxNameLen

◆ MaxValueDataLen

ULONG _CM_KEY_NODE::MaxValueDataLen

◆ MaxValueNameLen

ULONG _CM_KEY_NODE::MaxValueNameLen

◆ Name

◆ NameLength

◆ Parent

◆ Security

◆ Signature

◆ Spare

ULONG _CM_KEY_NODE::Spare

Definition at line 95 of file cmdata.h.

Referenced by CmpDoCreateChild().

◆ SubKeyCounts

◆ SubKeyLists

◆ ValueList

◆ WorkVar

ULONG _CM_KEY_NODE::WorkVar

Definition at line 113 of file cmdata.h.


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