MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / DllLoadWatcher

Method DllLoadWatcher

src/injectables/DllLoadWatcher.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79};
80
81DllLoadWatcher::DllLoadWatcher(std::string_view name)
82 : p(std::make_unique<Impl>()) {
83 p->mName = std::string(name);
84}
85
86bool DllLoadWatcher::IsDllLoaded() const {
87 return GetModuleHandleA(p->mName.c_str());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected