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

Method Cancel

WinArk/RegistrySearcher.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool RegistrySearcher::Cancel() {
39 if (IsRunning()) {
40 ::SetEvent(_hCancelEvent.get());
41 _inProgress = false;
42 return true;
43 }
44 return false;
45}
46
47bool RegistrySearcher::Continue() {
48 if (IsRunning()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected