pub trait IPublishedApp2_Impl: Sized + IPublishedApp_Impl {
    // Required method
    fn Install2(
        &self,
        pstinstall: *const SYSTEMTIME,
        hwndparent: HWND
    ) -> Result<()>;
}

Required Methods§

fn Install2( &self, pstinstall: *const SYSTEMTIME, hwndparent: HWND ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§