| 662 | }; |
| 663 | |
| 664 | struct DECLSPEC_UUID(SHELLEXT_GUID) ClassFactory : public winrt::implements<ClassFactory, IClassFactory> { |
| 665 | public: |
| 666 | |
| 667 | IFACEMETHODIMP CreateInstance(_In_opt_ IUnknown * pUnkOuter, _In_ REFIID riid, _COM_Outptr_ void** ppvObject) noexcept override { |
nothing calls this directly
no outgoing calls
no test coverage detected