pub trait INewWDEvents_Impl: Sized + IWebWizardHost_Impl {
    // Required method
    fn PassportAuthenticate(&self, bstrsigninurl: &BSTR) -> Result<VARIANT_BOOL>;
}

Required Methods§

fn PassportAuthenticate(&self, bstrsigninurl: &BSTR) -> Result<VARIANT_BOOL>

Object Safety§

This trait is not object safe.

Implementors§