pub trait IWSCDefaultProduct_Impl: Sized + IDispatch_Impl {
    // Required method
    fn SetDefaultProduct(
        &self,
        etype: SECURITY_PRODUCT_TYPE,
        pguid: &BSTR
    ) -> Result<()>;
}

Required Methods§

fn SetDefaultProduct( &self, etype: SECURITY_PRODUCT_TYPE, pguid: &BSTR ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§