pub trait ISyncMgrSessionCreator_Impl: Sized {
    // Required method
    fn CreateSession(
        &self,
        pszhandlerid: &PCWSTR,
        ppszitemids: *const PCWSTR,
        citems: u32
    ) -> Result<ISyncMgrSyncCallback>;
}

Required Methods§

fn CreateSession( &self, pszhandlerid: &PCWSTR, ppszitemids: *const PCWSTR, citems: u32 ) -> Result<ISyncMgrSyncCallback>

Object Safety§

This trait is not object safe.

Implementors§