Home
last modified time | relevance | path

Searched refs:ICoreApplicationExit (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/Core/
H A Dmod.rs168 …Self::ICoreApplicationExit(|this| unsafe { (::windows::runtime::Interface::vtable(this).6)(::std::… in Exit()
172 Self::ICoreApplicationExit(|this| unsafe { in Exiting()
179 …Self::ICoreApplicationExit(|this| unsafe { (::windows::runtime::Interface::vtable(this).8)(::std::… in RemoveExiting()
283 …pub fn ICoreApplicationExit<R, F: FnOnce(&ICoreApplicationExit) -> ::windows::runtime::Result<R>>(… in ICoreApplicationExit() method
284 …static mut SHARED: ::windows::runtime::FactoryCache<CoreApplication, ICoreApplicationExit> = ::win… in ICoreApplicationExit()
813 pub struct ICoreApplicationExit(::windows::runtime::IInspectable); struct
814 unsafe impl ::windows::runtime::Interface for ICoreApplicationExit { implementation