Function windows_core::factory
pub fn factory<C: RuntimeName, I: Interface>() -> Result<I>
Expand description
Attempts to load the factory object for the given WinRT class. This can be used to access COM interfaces implemented on a Windows Runtime class factory.