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