Struct windows::Win32::UI::Shell::ISyncMgrSynchronize_Vtbl
#[repr(C)]pub struct ISyncMgrSynchronize_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *const u8) -> HRESULT,
pub GetHandlerInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SYNCMGRHANDLERINFO) -> HRESULT,
pub EnumSyncMgrItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetItemObject: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub ShowProperties: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const GUID) -> HRESULT,
pub SetProgressCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PrepareForSync: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: HWND, _: u32) -> HRESULT,
pub Synchronize: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub SetItemStatus: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32) -> HRESULT,
pub ShowError: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *const u8) -> HRESULT
§GetHandlerInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SYNCMGRHANDLERINFO) -> HRESULT
§EnumSyncMgrItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetItemObject: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§ShowProperties: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const GUID) -> HRESULT
§SetProgressCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§PrepareForSync: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: HWND, _: u32) -> HRESULT
§Synchronize: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§SetItemStatus: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32) -> HRESULT
§ShowError: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const GUID) -> HRESULT
Implementations§
§impl ISyncMgrSynchronize_Vtbl
impl ISyncMgrSynchronize_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISyncMgrSynchronize_Vtblwhere
Identity: ISyncMgrSynchronize_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISyncMgrSynchronize_Vtbl
impl RefUnwindSafe for ISyncMgrSynchronize_Vtbl
impl Send for ISyncMgrSynchronize_Vtbl
impl Sync for ISyncMgrSynchronize_Vtbl
impl Unpin for ISyncMgrSynchronize_Vtbl
impl UnwindSafe for ISyncMgrSynchronize_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