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

Function DllGetClassObject

FastCopyShellExtension/dllmain.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430STDAPI DllGetClassObject(_In_ REFCLSID rclsid, _In_ REFIID riid, _COM_Outptr_ void** instance)
431{
432 return Microsoft::WRL::Module<Microsoft::WRL::InProc>::GetModule()
433 .GetClassObject(rclsid, riid, instance);
434}
435
436BOOL APIENTRY DllMain( HMODULE hModule,
437 DWORD ul_reason_for_call,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected