| 14 | } |
| 15 | |
| 16 | void RegistrySearcher::SetText(PCWSTR text) { |
| 17 | std::lock_guard locker(_lock); |
| 18 | _searchText = text; |
| 19 | } |
| 20 | |
| 21 | bool RegistrySearcher::Find(RegistrySearcherCallback callback) { |
| 22 | ATLASSERT(callback); |
no outgoing calls
no test coverage detected