mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[NTOS:CM] Implement more support for force-unloading registry hives.
CORE-13448 CORE-10705
This commit is contained in:
parent
16752875db
commit
d61c00c252
3 changed files with 64 additions and 12 deletions
|
@ -1357,9 +1357,10 @@ CmUnloadKey(
|
|||
|
||||
ULONG
|
||||
NTAPI
|
||||
CmCountOpenSubKeys(
|
||||
CmpEnumerateOpenSubKeys(
|
||||
IN PCM_KEY_CONTROL_BLOCK RootKcb,
|
||||
IN BOOLEAN RemoveEmptyCacheEntries
|
||||
IN BOOLEAN RemoveEmptyCacheEntries,
|
||||
IN BOOLEAN DereferenceOpenedEntries
|
||||
);
|
||||
|
||||
HCELL_INDEX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue