windows::Win32::System::ApplicationInstallationAndServicing

Trait IAssemblyCacheItem_Impl

pub trait IAssemblyCacheItem_Impl: IUnknownImpl {
    // Required methods
    fn CreateStream(
        &self,
        dwflags: u32,
        pszstreamname: &PCWSTR,
        dwformat: u32,
        dwformatflags: u32,
        ppistream: OutRef<'_, IStream>,
        pulimaxsize: *mut u64,
    ) -> Result<()>;
    fn Commit(&self, dwflags: u32, puldisposition: *mut u32) -> Result<()>;
    fn AbortItem(&self) -> Result<()>;
}

Required Methods§

fn CreateStream( &self, dwflags: u32, pszstreamname: &PCWSTR, dwformat: u32, dwformatflags: u32, ppistream: OutRef<'_, IStream>, pulimaxsize: *mut u64, ) -> Result<()>

fn Commit(&self, dwflags: u32, puldisposition: *mut u32) -> Result<()>

fn AbortItem(&self) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§