CPathCopyCopyModule::HInstance Returns the instance handle passed to our module's /DllMain/. @return Module instance handle.
| 174 | // @return Module instance handle. |
| 175 | // |
| 176 | HINSTANCE CPathCopyCopyModule::HInstance() noexcept |
| 177 | { |
| 178 | return g_hInstance; |
| 179 | } |
| 180 | |
| 181 | // |
| 182 | // CPathCopyCopyModule::GetResourceDllLanguage |
nothing calls this directly
no outgoing calls
no test coverage detected