ReactOS 0.4.15-dev-7994-gb388cb6
_CACHED_CHILD_LIST Struct Reference

#include <cm.h>

Collaboration diagram for _CACHED_CHILD_LIST:

Public Attributes

ULONG Count
 
union {
   ULONG   ValueList
 
   struct _CM_KEY_CONTROL_BLOCK *   RealKcb
 
}; 
 

Detailed Description

Definition at line 209 of file cm.h.

Member Data Documentation

◆ 

union { ... } _CACHED_CHILD_LIST::@1748

◆ Count

ULONG _CACHED_CHILD_LIST::Count

Definition at line 211 of file cm.h.

Referenced by CmpCreateKeyControlBlock().

◆ RealKcb

struct _CM_KEY_CONTROL_BLOCK* _CACHED_CHILD_LIST::RealKcb

Definition at line 215 of file cm.h.

Referenced by CmpDoOpen().

◆ ValueList

ULONG _CACHED_CHILD_LIST::ValueList

Definition at line 214 of file cm.h.

Referenced by CmpCreateKeyControlBlock().


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