Struct windows::Win32::Storage::Vss::IVssFileShareSnapshotProvider_Vtbl
#[repr(C)]pub struct IVssFileShareSnapshotProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetContext: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetSnapshotProperties: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut VSS_SNAPSHOT_PROP) -> HRESULT,
pub Query: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: VSS_OBJECT_TYPE, _: VSS_OBJECT_TYPE, _: *mut *mut c_void) -> HRESULT,
pub DeleteSnapshots: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: VSS_OBJECT_TYPE, _: BOOL, _: *mut i32, _: *mut GUID) -> HRESULT,
pub BeginPrepareSnapshot: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: GUID, _: *const u16, _: i32, _: GUID) -> HRESULT,
pub IsPathSupported: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut BOOL) -> HRESULT,
pub IsPathSnapshotted: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut BOOL, _: *mut i32) -> HRESULT,
pub SetSnapshotProperty: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: VSS_SNAPSHOT_PROPERTY_ID, _: MaybeUninit<VARIANT>) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetContext: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetSnapshotProperties: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut VSS_SNAPSHOT_PROP) -> HRESULT
§Query: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: VSS_OBJECT_TYPE, _: VSS_OBJECT_TYPE, _: *mut *mut c_void) -> HRESULT
§DeleteSnapshots: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: VSS_OBJECT_TYPE, _: BOOL, _: *mut i32, _: *mut GUID) -> HRESULT
§BeginPrepareSnapshot: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: GUID, _: *const u16, _: i32, _: GUID) -> HRESULT
§IsPathSupported: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut BOOL) -> HRESULT
§IsPathSnapshotted: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut BOOL, _: *mut i32) -> HRESULT
§SetSnapshotProperty: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: VSS_SNAPSHOT_PROPERTY_ID, _: MaybeUninit<VARIANT>) -> HRESULT
Implementations§
pub const fn new<Identity, const OFFSET: isize>() -> IVssFileShareSnapshotProvider_Vtblwhere
Identity: IVssFileShareSnapshotProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
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