MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / DllCanUnloadNow

Function DllCanUnloadNow

FastCopyShellExtension/dllmain.cpp:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424STDAPI DllCanUnloadNow()
425{
426 return Microsoft::WRL::Module<Microsoft::WRL::InProc>::GetModule()
427 .GetObjectCount() == 0 ? S_OK : S_FALSE;
428}
429
430STDAPI DllGetClassObject(_In_ REFCLSID rclsid, _In_ REFIID riid, _COM_Outptr_ void** instance)
431{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected