Struct IKnowledgeSyncProvider_Vtbl
#[repr(C)]pub struct IKnowledgeSyncProvider_Vtbl {
pub base__: ISyncProvider_Vtbl,
pub BeginSession: unsafe extern "system" fn(_: *mut c_void, _: SYNC_PROVIDER_ROLE, _: *mut c_void) -> HRESULT,
pub GetSyncBatchParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
pub GetChangeBatch: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFullEnumerationChangeBatch: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProcessChangeBatch: unsafe extern "system" fn(_: *mut c_void, _: CONFLICT_RESOLUTION_POLICY, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut SYNC_SESSION_STATISTICS) -> HRESULT,
pub ProcessFullEnumerationChangeBatch: unsafe extern "system" fn(_: *mut c_void, _: CONFLICT_RESOLUTION_POLICY, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut SYNC_SESSION_STATISTICS) -> HRESULT,
pub EndSession: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: ISyncProvider_Vtbl
§BeginSession: unsafe extern "system" fn(_: *mut c_void, _: SYNC_PROVIDER_ROLE, _: *mut c_void) -> HRESULT
§GetSyncBatchParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT
§GetChangeBatch: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFullEnumerationChangeBatch: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§ProcessChangeBatch: unsafe extern "system" fn(_: *mut c_void, _: CONFLICT_RESOLUTION_POLICY, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut SYNC_SESSION_STATISTICS) -> HRESULT
§ProcessFullEnumerationChangeBatch: unsafe extern "system" fn(_: *mut c_void, _: CONFLICT_RESOLUTION_POLICY, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut SYNC_SESSION_STATISTICS) -> HRESULT
§EndSession: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IKnowledgeSyncProvider_Vtbl
impl IKnowledgeSyncProvider_Vtbl
pub const fn new<Identity: IKnowledgeSyncProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IKnowledgeSyncProvider_Vtbl
impl RefUnwindSafe for IKnowledgeSyncProvider_Vtbl
impl Send for IKnowledgeSyncProvider_Vtbl
impl Sync for IKnowledgeSyncProvider_Vtbl
impl Unpin for IKnowledgeSyncProvider_Vtbl
impl UnwindSafe for IKnowledgeSyncProvider_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more