Struct windows::Win32::Storage::OfflineFiles::IOfflineFilesEvents3_Vtbl
#[repr(C)]pub struct IOfflineFilesEvents3_Vtbl {
pub base__: IOfflineFilesEvents2_Vtbl,
pub TransparentCacheItemNotify: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_EVENTS, _: OFFLINEFILES_ITEM_TYPE, _: BOOL, _: BOOL, _: PCWSTR) -> HRESULT,
pub PrefetchFileBegin: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub PrefetchFileEnd: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IOfflineFilesEvents2_Vtbl
§TransparentCacheItemNotify: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_EVENTS, _: OFFLINEFILES_ITEM_TYPE, _: BOOL, _: BOOL, _: PCWSTR) -> HRESULT
§PrefetchFileBegin: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§PrefetchFileEnd: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: HRESULT) -> HRESULT
Implementations§
§impl IOfflineFilesEvents3_Vtbl
impl IOfflineFilesEvents3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOfflineFilesEvents3_Vtblwhere
Identity: IOfflineFilesEvents3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOfflineFilesEvents3_Vtbl
impl RefUnwindSafe for IOfflineFilesEvents3_Vtbl
impl Send for IOfflineFilesEvents3_Vtbl
impl Sync for IOfflineFilesEvents3_Vtbl
impl Unpin for IOfflineFilesEvents3_Vtbl
impl UnwindSafe for IOfflineFilesEvents3_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