pub trait IDtcToXaHelperFactory_Impl: Sized {
    // Required method
    fn Create(
        &self,
        pszdsn: &PCSTR,
        pszclientdllname: &PCSTR,
        pguidrm: *mut GUID,
        ppxahelper: *mut Option<IDtcToXaHelper>
    ) -> Result<()>;
}

Required Methods§

fn Create( &self, pszdsn: &PCSTR, pszclientdllname: &PCSTR, pguidrm: *mut GUID, ppxahelper: *mut Option<IDtcToXaHelper> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§