A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Hermès Bélusca-Maïto ab30fb1d60 [NTOS]: Improve a bit CmpDeepCopyKeyInternal():
- Normally getting the SrcNode and DestNode must succeed (checked with assert);
- Set the DestNode Flags member, in particular when this is the new root node of the saved registry hive;
- Copy the key class cell (OK), and the key security cell (currently done in a hackish way; proper way: call the CmpAssignSecurity* function);
- Add more clean-up on failure;
- Warn in code about the fact that CmpDeepCopyKeyInternal is recursive, and will easily exhaust kernel stack. This function will need to be reworked later...
CORE-10793 CORE-10796

svn path=/trunk/; revision=75171
2017-06-23 17:33:44 +00:00
reactos [NTOS]: Improve a bit CmpDeepCopyKeyInternal(): 2017-06-23 17:33:44 +00:00
rosapps [GFLAGS] 2017-06-17 20:02:51 +00:00
rossubsys
rostests [USER32_APITEST] -Initial tests for desktop reference numbers. 2017-06-20 19:25:10 +00:00
wallpapers