- Implement NtDeleteValueKey as a simple wrapper around CmDeleteValueKey so that...
authorAlex Ionescu <aionescu@gmail.com>
Mon, 14 May 2007 00:44:26 +0000 (00:44 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 14 May 2007 00:44:26 +0000 (00:44 +0000)
commit4752c4b4c78d8a28ea50834ee51855f0d926ffe2
treea8f67a4b58bc7eb36b8fc5e82471f3133374f282
parente834db9305c5e52dfe527611beb0d588aa5a75eb
- Implement NtDeleteValueKey as a simple wrapper around CmDeleteValueKey so that handles, callbacks and SEH is abstracted away.
- Implement CmpRemoveValueFromList.
- Implement CmDeleteValueKey based on the old code, make it use CmpRemoveValueFromList.
- Remove CmiDeleteValueFromKey, CmiDestroyValueCell.

svn path=/trunk/; revision=26768
reactos/ntoskrnl/cm/cm.h
reactos/ntoskrnl/cm/ntfunc.c
reactos/ntoskrnl/cm/regfile.c
reactos/ntoskrnl/config/cm.h
reactos/ntoskrnl/config/cmapi.c
reactos/ntoskrnl/config/cmvalue.c