Files
reactos/base
Eric Kohl 3127ca03fb [MMC_NEW] Move the snapin root pointer and implement register and unregister for views
- 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.
2026-09-07 23:17:11 +02:00
..