Trait ISyncChangeBatchAdvanced_Impl
pub trait ISyncChangeBatchAdvanced_Impl: IUnknownImpl {
// Required methods
fn GetFilterInfo(&self) -> Result<ISyncFilterInfo>;
fn ConvertFullEnumerationChangeBatchToRegularChangeBatch(
&self,
) -> Result<ISyncChangeBatch>;
fn GetUpperBoundItemId(
&self,
pbitemid: *mut u8,
pcbidsize: *mut u32,
) -> Result<()>;
fn GetBatchLevelKnowledgeShouldBeApplied(
&self,
pfbatchknowledgeshouldbeapplied: *mut BOOL,
) -> Result<()>;
}
Required Methods§
fn GetFilterInfo(&self) -> Result<ISyncFilterInfo>
fn ConvertFullEnumerationChangeBatchToRegularChangeBatch( &self, ) -> Result<ISyncChangeBatch>
fn GetUpperBoundItemId( &self, pbitemid: *mut u8, pcbidsize: *mut u32, ) -> Result<()>
fn GetBatchLevelKnowledgeShouldBeApplied( &self, pfbatchknowledgeshouldbeapplied: *mut BOOL, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.