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

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 |
| CM_KEY_INDEX _CELL_DATA::KeyIndex |
| HCELL_INDEX _CELL_DATA::KeyList[ANYSIZE_ARRAY] |
Definition at line 205 of file cmdata.h.
Referenced by CmpAddValueToList(), CmpCopyKeyValueList(), CmpFindNameInList(), CmpFreeKeyByCell(), CmpMarkKeyDirty(), and CmpRemoveValueFromList().
| CM_KEY_NODE _CELL_DATA::KeyNode |
Definition at line 200 of file cmdata.h.
Referenced by CmpDoCreate(), CmpGetHiveName(), CmpUnlinkHiveFromMaster(), and CmpValidateKey().
| CM_KEY_SECURITY _CELL_DATA::KeySecurity |
| WCHAR _CELL_DATA::KeyString[ANYSIZE_ARRAY] |
Definition at line 206 of file cmdata.h.
Referenced by CmpDoCreateChild().
| CM_KEY_VALUE _CELL_DATA::KeyValue |
Definition at line 201 of file cmdata.h.
Referenced by CmpQueryKeyValueData(), and CmpSetValueKeyNew().
| union { ... } _CELL_DATA::u |
| CM_BIG_DATA _CELL_DATA::ValueData |