[][src]Struct winapi::um::vsbackup::IVssBackupComponentsEx2Vtbl

#[repr(C)]
pub struct IVssBackupComponentsEx2Vtbl {
    pub parent: IVssBackupComponentsExVtbl,
    pub UnexposeSnapshot: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, snapshotId: VSS_ID) -> HRESULT,
    pub SetAuthoritativeRestore: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, bAuth: bool) -> HRESULT,
    pub SetRollForward: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, rollType: VSS_ROLLFORWARD_TYPE, wszRollForwardPoint: LPCWSTR) -> HRESULT,
    pub SetRestoreName: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, wszRestoreName: LPCWSTR) -> HRESULT,
    pub BreakSnapshotSetEx: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, SnapshotSetID: VSS_ID, dwBreakFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT,
    pub PreFastRecovery: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, SnapshotSetID: VSS_ID, dwPreFastRecoveryFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT,
    pub FastRecovery: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, SnapshotSetID: VSS_ID, dwFastRecoveryFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT,
}

Fields

parent: IVssBackupComponentsExVtblUnexposeSnapshot: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, snapshotId: VSS_ID) -> HRESULTSetAuthoritativeRestore: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, bAuth: bool) -> HRESULTSetRollForward: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, rollType: VSS_ROLLFORWARD_TYPE, wszRollForwardPoint: LPCWSTR) -> HRESULTSetRestoreName: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, wszRestoreName: LPCWSTR) -> HRESULTBreakSnapshotSetEx: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, SnapshotSetID: VSS_ID, dwBreakFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULTPreFastRecovery: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, SnapshotSetID: VSS_ID, dwPreFastRecoveryFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULTFastRecovery: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx2, SnapshotSetID: VSS_ID, dwFastRecoveryFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]