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

Method SetOptions

WinArk/RegistrySearcher.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void RegistrySearcher::SetOptions(FindOptions options){
12 std::lock_guard locker(_lock);
13 _options = options;
14}
15
16void RegistrySearcher::SetText(PCWSTR text) {
17 std::lock_guard locker(_lock);

Callers 1

OnCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected