MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / UninstallWindowsHook

Method UninstallWindowsHook

cpp/iedriver/HookProcessor.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void HookProcessor::UninstallWindowsHook() {
195 LOG(TRACE) << "Entering HookProcessor::UninstallWindowsHook";
196 if (this->hook_procedure_handle_ != NULL) {
197 ::UnhookWindowsHookEx(this->hook_procedure_handle_);
198 }
199}
200
201void HookProcessor::CreateReturnPipe() {
202 LOG(TRACE) << "Entering HookProcessor::CreateReturnPipe";

Callers 1

DisposeMethod · 0.95

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected