Struct windows::Win32::Storage::Vss::IVssComponentEx_Vtbl
#[repr(C)]pub struct IVssComponentEx_Vtbl {
pub base__: IVssComponent_Vtbl,
pub SetPrepareForBackupFailureMsg: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetPostSnapshotFailureMsg: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetPrepareForBackupFailureMsg: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetPostSnapshotFailureMsg: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetAuthoritativeRestore: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub GetRollForward: unsafe extern "system" fn(_: *mut c_void, _: *mut VSS_ROLLFORWARD_TYPE, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetRestoreName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IVssComponent_Vtbl
§SetPrepareForBackupFailureMsg: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetPostSnapshotFailureMsg: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetPrepareForBackupFailureMsg: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetPostSnapshotFailureMsg: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetAuthoritativeRestore: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§GetRollForward: unsafe extern "system" fn(_: *mut c_void, _: *mut VSS_ROLLFORWARD_TYPE, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetRestoreName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IVssComponentEx_Vtbl
impl IVssComponentEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssComponentEx_Vtblwhere
Identity: IVssComponentEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssComponentEx_Vtbl
impl RefUnwindSafe for IVssComponentEx_Vtbl
impl Send for IVssComponentEx_Vtbl
impl Sync for IVssComponentEx_Vtbl
impl Unpin for IVssComponentEx_Vtbl
impl UnwindSafe for IVssComponentEx_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