| 428 | } |
| 429 | |
| 430 | STDAPI 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 | |
| 436 | BOOL APIENTRY DllMain( HMODULE hModule, |
| 437 | DWORD ul_reason_for_call, |
nothing calls this directly
no outgoing calls
no test coverage detected