Lines Matching refs:RegistryWatcher
17 RegistryWatcher::RegistryWatcher(HKEY hive,
32 RegistryWatcher::~RegistryWatcher() {
40 bool RegistryWatcher::StartWatching() {
61 &RegistryWatcher::WaitCallback,
80 void RegistryWatcher::StopWatching() {
93 void CALLBACK RegistryWatcher::WaitCallback(void* param, BOOLEAN wait_fired) {
94 RegistryWatcher* watcher = reinterpret_cast<RegistryWatcher*>(param);