#[repr(C)]
pub struct IOfflineFilesEvents_Vtbl {
Show 26 fields pub base__: IUnknown_Vtbl, pub CacheMoved: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT, pub CacheIsFull: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub CacheIsCorrupted: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub EncryptionChanged: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: BOOL, _: BOOL, _: BOOL) -> HRESULT, pub SyncBegin: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT, pub SyncFileResult: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: HRESULT) -> HRESULT, pub SyncConflictRecAdded: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const FILETIME, _: OFFLINEFILES_SYNC_STATE) -> HRESULT, pub SyncConflictRecUpdated: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const FILETIME, _: OFFLINEFILES_SYNC_STATE) -> HRESULT, pub SyncConflictRecRemoved: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const FILETIME, _: OFFLINEFILES_SYNC_STATE) -> HRESULT, pub SyncEnd: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: HRESULT) -> HRESULT, pub NetTransportArrived: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub NoNetTransports: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub ItemDisconnected: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub ItemReconnected: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub ItemAvailableOffline: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub ItemNotAvailableOffline: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub ItemPinned: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub ItemNotPinned: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub ItemModified: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE, _: BOOL, _: BOOL) -> HRESULT, pub ItemAddedToCache: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub ItemDeletedFromCache: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub ItemRenamed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT, pub DataLost: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub Ping: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§CacheMoved: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT§CacheIsFull: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§CacheIsCorrupted: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Enabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§EncryptionChanged: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: BOOL, _: BOOL, _: BOOL) -> HRESULT§SyncBegin: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT§SyncFileResult: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: HRESULT) -> HRESULT§SyncConflictRecAdded: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const FILETIME, _: OFFLINEFILES_SYNC_STATE) -> HRESULT§SyncConflictRecUpdated: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const FILETIME, _: OFFLINEFILES_SYNC_STATE) -> HRESULT§SyncConflictRecRemoved: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const FILETIME, _: OFFLINEFILES_SYNC_STATE) -> HRESULT§SyncEnd: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: HRESULT) -> HRESULT§NetTransportArrived: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§NoNetTransports: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ItemDisconnected: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§ItemReconnected: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§ItemAvailableOffline: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§ItemNotAvailableOffline: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§ItemPinned: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§ItemNotPinned: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§ItemModified: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE, _: BOOL, _: BOOL) -> HRESULT§ItemAddedToCache: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§ItemDeletedFromCache: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§ItemRenamed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: OFFLINEFILES_ITEM_TYPE) -> HRESULT§DataLost: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Ping: unsafe extern "system" fn(_: *mut c_void) -> HRESULT

Implementations§

§

impl IOfflineFilesEvents_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IOfflineFilesEvents_Impl, const OFFSET: isize>( ) -> IOfflineFilesEvents_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.