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

Method HInstance

Testing/TestPlugins/src/dllmain.cpp:146–149  ·  view source on GitHub ↗

Returns the instance handle passed to our module's DllMain.

Source from the content-addressed store, hash-verified

144
145// Returns the instance handle passed to our module's DllMain.
146HINSTANCE CTestPluginsModule::HInstance() noexcept
147{
148 return g_hInstance;
149}
150
151// DLL Entry Point
152extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected