[MKHIVE] Simplify CmiAddValueKey() by using CmpAddValueToList().

This commit is contained in:
Hermès Bélusca-Maïto 2018-10-14 15:14:52 +02:00
parent a965cf6e04
commit ec3c61c233
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 49 additions and 59 deletions

View file

@ -50,6 +50,7 @@ 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);