Struct windows::Win32::Storage::Vss::IVssSoftwareSnapshotProvider_Vtbl
#[repr(C)]pub struct IVssSoftwareSnapshotProvider_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) -> HRESULT,
pub IsVolumeSupported: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut BOOL) -> HRESULT,
pub IsVolumeSnapshotted: 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,
pub RevertToSnapshot: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub QueryRevertStatus: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut *mut c_void) -> 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) -> HRESULT
§IsVolumeSupported: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut BOOL) -> HRESULT
§IsVolumeSnapshotted: 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
§RevertToSnapshot: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§QueryRevertStatus: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVssSoftwareSnapshotProvider_Vtbl
impl IVssSoftwareSnapshotProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssSoftwareSnapshotProvider_Vtblwhere
Identity: IVssSoftwareSnapshotProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssSoftwareSnapshotProvider_Vtbl
impl RefUnwindSafe for IVssSoftwareSnapshotProvider_Vtbl
impl Send for IVssSoftwareSnapshotProvider_Vtbl
impl Sync for IVssSoftwareSnapshotProvider_Vtbl
impl Unpin for IVssSoftwareSnapshotProvider_Vtbl
impl UnwindSafe for IVssSoftwareSnapshotProvider_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