MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / HInstance

Method HInstance

PathCopyCopy/src/dllmain.cpp:176–179  ·  view source on GitHub ↗

CPathCopyCopyModule::HInstance Returns the instance handle passed to our module's /DllMain/. @return Module instance handle.

Source from the content-addressed store, hash-verified

174// @return Module instance handle.
175//
176HINSTANCE CPathCopyCopyModule::HInstance() noexcept
177{
178 return g_hInstance;
179}
180
181//
182// CPathCopyCopyModule::GetResourceDllLanguage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected