Struct ISyncMgrSyncCallback_Vtbl
#[repr(C)]pub struct ISyncMgrSyncCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub ReportProgress: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: SYNCMGR_PROGRESS_STATUS, _: u32, _: u32, _: *mut SYNCMGR_CANCEL_REQUEST) -> HRESULT,
pub SetHandlerProgressText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut SYNCMGR_CANCEL_REQUEST) -> HRESULT,
pub ReportEvent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: SYNCMGR_EVENT_LEVEL, _: SYNCMGR_EVENT_FLAGS, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut GUID) -> HRESULT,
pub CanContinue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub QueryForAdditionalItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AddItemToSession: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub AddIUnknownToSession: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ProposeItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CommitItem: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub ReportManualSync: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ReportProgress: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: SYNCMGR_PROGRESS_STATUS, _: u32, _: u32, _: *mut SYNCMGR_CANCEL_REQUEST) -> HRESULT
§SetHandlerProgressText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut SYNCMGR_CANCEL_REQUEST) -> HRESULT
§ReportEvent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: SYNCMGR_EVENT_LEVEL, _: SYNCMGR_EVENT_FLAGS, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut GUID) -> HRESULT
§CanContinue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§QueryForAdditionalItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§AddItemToSession: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§AddIUnknownToSession: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ProposeItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CommitItem: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§ReportManualSync: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ISyncMgrSyncCallback_Vtbl
impl ISyncMgrSyncCallback_Vtbl
pub const fn new<Identity: ISyncMgrSyncCallback_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISyncMgrSyncCallback_Vtbl
impl RefUnwindSafe for ISyncMgrSyncCallback_Vtbl
impl Send for ISyncMgrSyncCallback_Vtbl
impl Sync for ISyncMgrSyncCallback_Vtbl
impl Unpin for ISyncMgrSyncCallback_Vtbl
impl UnwindSafe for ISyncMgrSyncCallback_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