mirror of
https://github.com/reactos/reactos.git
synced 2026-09-08 18:30:51 +08:00
- MMC maintains one snapin tree per instance. Each console is just a view of this tree. Therefore I moved the snapin root pointer from the console window to the main window. - Implement the register and unregister functions for the view and a common UpdateViews function that call UpdateView for each registered view.