pub trait IUpdateInstaller4_Impl: Sized + IUpdateInstaller3_Impl {
    // Required method
    fn Commit(&self, dwflags: u32) -> Result<()>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§