ReactOS 0.4.15-dev-7788-g1ad9096
_CELL_DATA Struct Reference

#include <cmdata.h>

Collaboration diagram for _CELL_DATA:

Public Attributes

union {
   CM_KEY_NODE   KeyNode
 
   CM_KEY_VALUE   KeyValue
 
   CM_KEY_SECURITY   KeySecurity
 
   CM_KEY_INDEX   KeyIndex
 
   CM_BIG_DATA   ValueData
 
   HCELL_INDEX   KeyList [ANYSIZE_ARRAY]
 
   WCHAR   KeyString [ANYSIZE_ARRAY]
 
u
 

Detailed Description

Definition at line 196 of file cmdata.h.

Member Data Documentation

◆ KeyIndex

CM_KEY_INDEX _CELL_DATA::KeyIndex

Definition at line 203 of file cmdata.h.

◆ KeyList

◆ KeyNode

CM_KEY_NODE _CELL_DATA::KeyNode

Definition at line 200 of file cmdata.h.

Referenced by CmpDoCreate(), CmpGetHiveName(), CmpUnlinkHiveFromMaster(), and CmpValidateKey().

◆ KeySecurity

CM_KEY_SECURITY _CELL_DATA::KeySecurity

Definition at line 202 of file cmdata.h.

◆ KeyString

WCHAR _CELL_DATA::KeyString[ANYSIZE_ARRAY]

Definition at line 206 of file cmdata.h.

Referenced by CmpDoCreateChild().

◆ KeyValue

CM_KEY_VALUE _CELL_DATA::KeyValue

Definition at line 201 of file cmdata.h.

Referenced by CmpQueryKeyValueData(), and CmpSetValueKeyNew().

◆ 

◆ ValueData

CM_BIG_DATA _CELL_DATA::ValueData

Definition at line 204 of file cmdata.h.


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