MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / SetText

Method SetText

WinArk/RegistrySearcher.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

SetStatusTextMethod · 0.80
SetPaneTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected