pub trait ITransaction2_Impl: Sized + ITransactionCloner_Impl {
    // Required method
    fn GetTransactionInfo2(&self, pinfo: *mut XACTTRANSINFO) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§