pub trait ISyncMgrScheduleWizardUIOperation_Impl: Sized + ISyncMgrUIOperation_Impl {
    // Required method
    fn InitWizard(&self, pszhandlerid: &PCWSTR) -> Result<()>;
}

Required Methods§

fn InitWizard(&self, pszhandlerid: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§