MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / DynamicLibraryImpl

Method DynamicLibraryImpl

scintilla/win32/PlatWin.cxx:3023–3025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3021 HMODULE h;
3022public:
3023 DynamicLibraryImpl(const char *modulePath) {
3024 h = ::LoadLibraryA(modulePath);
3025 }
3026
3027 virtual ~DynamicLibraryImpl() {
3028 if (h != NULL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected