#[cfg(feature = "std")] mod event; #[cfg(feature = "std")] pubuse event::*;
mod handles; pubuse handles::*;
mod variant; pubuse variant::*;
pubuse windows_strings::*;
/// 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. pubfn factory<C: RuntimeName, I: Interface>() -> Result<I> {
imp::factory::<C, I>()
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.