MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / ~CPathCopyCopyModule

Method ~CPathCopyCopyModule

PathCopyCopy/src/dllmain.cpp:78–85  ·  view source on GitHub ↗

CPathCopyCopyModule::~CPathCopyCopyModule Destructor.

Source from the content-addressed store, hash-verified

76// Destructor.
77//
78CPathCopyCopyModule::~CPathCopyCopyModule()
79{
80 // If resource DLL was successfully loaded, free it here.
81 if (m_hResourceDll != nullptr) {
82 ATL::_AtlBaseModule.RemoveResourceInstance(m_hResourceDll);
83 ::FreeLibrary(m_hResourceDll);
84 }
85}
86
87//
88// CPathCopyCopyModule::DllRegisterServer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected