ReactOS 0.4.16-dev-311-g9382aa2
|
Go to the source code of this file.
Macros | |
#define | VERIFY_KEY_CELL(key) |
Functions | |
NTSTATUS | CmiInitializeHive (IN OUT PCMHIVE Hive, IN PCWSTR Name) |
NTSTATUS | CmiCreateSecurityKey (IN PHHIVE Hive, IN HCELL_INDEX Cell, IN PUCHAR Descriptor, IN ULONG DescriptorLength) |
NTSTATUS | CmiAddSubKey (IN PCMHIVE RegistryHive, IN HCELL_INDEX ParentKeyCellOffset, IN PCUNICODE_STRING SubKeyName, IN BOOLEAN VolatileKey, OUT HCELL_INDEX *pBlockOffset) |
NTSTATUS | CmiAddValueKey (IN PCMHIVE RegistryHive, IN PCM_KEY_NODE Parent, IN ULONG ChildIndex, IN PCUNICODE_STRING ValueName, OUT PCM_KEY_VALUE *pValueCell, OUT HCELL_INDEX *pValueCellOffset) |
NTSTATUS CmiAddSubKey | ( | IN PCMHIVE | RegistryHive, |
IN HCELL_INDEX | ParentKeyCellOffset, | ||
IN PCUNICODE_STRING | SubKeyName, | ||
IN BOOLEAN | VolatileKey, | ||
OUT HCELL_INDEX * | pBlockOffset | ||
) |
Definition at line 297 of file cmi.c.
Referenced by RegpCreateOrOpenKey().
NTSTATUS CmiAddValueKey | ( | IN PCMHIVE | RegistryHive, |
IN PCM_KEY_NODE | Parent, | ||
IN ULONG | ChildIndex, | ||
IN PCUNICODE_STRING | ValueName, | ||
OUT PCM_KEY_VALUE * | pValueCell, | ||
OUT HCELL_INDEX * | pValueCellOffset | ||
) |
Definition at line 348 of file cmi.c.
Referenced by RegSetValueExW().
NTSTATUS CmiCreateSecurityKey | ( | IN PHHIVE | Hive, |
IN HCELL_INDEX | Cell, | ||
IN PUCHAR | Descriptor, | ||
IN ULONG | DescriptorLength | ||
) |
Definition at line 157 of file cmi.c.
Referenced by ConnectRegistry().
Definition at line 114 of file cmi.c.
Referenced by ConnectRegistry(), and RegInitializeRegistry().