ReactOS 0.4.16-dev-753-g705a985
|
#include <cmdata.h>
Public Attributes | |
USHORT | Signature |
USHORT | NameLength |
ULONG | DataLength |
HCELL_INDEX | Data |
ULONG | Type |
USHORT | Flags |
USHORT | Spare |
WCHAR | Name [ANYSIZE_ARRAY] |
HCELL_INDEX _CM_KEY_VALUE::Data |
Definition at line 127 of file cmdata.h.
Referenced by CmiAddValueKey(), CmpCopyValue(), CmpQueryKeyValueData(), CmpSetValueKeyNew(), and RegSetValueExW().
ULONG _CM_KEY_VALUE::DataLength |
Definition at line 126 of file cmdata.h.
Referenced by CmiAddValueKey(), CmpCopyValue(), CmpQueryKeyValueData(), CmpSetValueKeyNew(), and RegSetValueExW().
USHORT _CM_KEY_VALUE::Flags |
Definition at line 129 of file cmdata.h.
Referenced by CmiAddValueKey(), CmpFindNameInList(), CmpFindValueByNameFromCache(), CmpQueryKeyValueData(), and CmpSetValueKeyNew().
WCHAR _CM_KEY_VALUE::Name[ANYSIZE_ARRAY] |
Definition at line 131 of file cmdata.h.
Referenced by CmiAddValueKey(), CmpFindNameInList(), CmpFindValueByNameFromCache(), CmpQueryKeyValueData(), and CmpSetValueKeyNew().
USHORT _CM_KEY_VALUE::NameLength |
Definition at line 125 of file cmdata.h.
Referenced by CmiAddValueKey(), CmpFindNameInList(), CmpFindValueByNameFromCache(), CmpQueryKeyValueData(), and CmpSetValueKeyNew().
USHORT _CM_KEY_VALUE::Signature |
Definition at line 124 of file cmdata.h.
Referenced by CmiAddValueKey(), and CmpSetValueKeyNew().
ULONG _CM_KEY_VALUE::Type |
Definition at line 128 of file cmdata.h.
Referenced by BiGetRegistryValue(), CmiAddValueKey(), CmpGetSymbolicLink(), CmpIsSafe(), CmpQueryKeyValueData(), CmpSetValueKeyNew(), CmpSortDriverList(), and RegSetValueExW().