pub trait ISyncSessionState2_Impl: Sized + ISyncSessionState_Impl {
    // Required methods
    fn SetProviderWithError(&self, fself: BOOL) -> Result<()>;
    fn GetSessionErrorStatus(&self, phrsessionerror: *mut HRESULT) -> Result<()>;
}

Required Methods§

fn SetProviderWithError(&self, fself: BOOL) -> Result<()>

fn GetSessionErrorStatus(&self, phrsessionerror: *mut HRESULT) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§