pub trait IDtcToXaHelper_Impl: Sized {
    // Required methods
    fn Close(&self, i_fdorecovery: BOOL) -> Result<()>;
    fn TranslateTridToXid(
        &self,
        pitransaction: Option<&ITransaction>,
        pguidbqual: *const GUID,
        pxid: *mut XID
    ) -> Result<()>;
}

Required Methods§

fn Close(&self, i_fdorecovery: BOOL) -> Result<()>

fn TranslateTridToXid( &self, pitransaction: Option<&ITransaction>, pguidbqual: *const GUID, pxid: *mut XID ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§