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

Function DllGetActivationFactory

FastCopyShellExtension/dllmain.cpp:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416CoCreatableClassWrlCreatorMapInclude(TestExplorerCommandRoot)
417
418STDAPI DllGetActivationFactory(_In_ HSTRING activatableClassId, _COM_Outptr_ IActivationFactory** factory)
419{
420 return Microsoft::WRL::Module<Microsoft::WRL::ModuleType::InProc>::GetModule()
421 .GetActivationFactory(activatableClassId, factory);
422}
423
424STDAPI DllCanUnloadNow()
425{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected