Struct winapi::vsbackup::IVssBackupComponentsEx3
[−]
[src]
pub struct IVssBackupComponentsEx3 { pub lpVtbl: *const IVssBackupComponentsEx3Vtbl, }
Fields
lpVtbl |
Methods
impl IVssBackupComponentsEx3
[src]
unsafe fn GetWriterStatusEx(&mut self, iWriter: UINT, pidInstance: *mut VSS_ID, pidWriter: *mut VSS_ID, pbstrWriter: *mut BSTR, pnStatus: *mut VSS_WRITER_STATE, phrFailureWriter: *mut HRESULT, phrApplication: *mut HRESULT, pbstrApplicationMessage: *mut BSTR) -> HRESULT
unsafe fn AddSnapshotToRecoverySet(&mut self, snapshotId: VSS_ID, dwFlags: DWORD, pwszDestinationVolume: VSS_PWSZ) -> HRESULT
unsafe fn RecoverSet(&mut self, dwFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT
unsafe fn GetSessionId(&mut self, idSession: *mut VSS_ID) -> HRESULT
Methods from Deref<Target=IVssBackupComponentsEx2>
unsafe fn UnexposeSnapshot(&mut self, snapshotId: VSS_ID) -> HRESULT
unsafe fn SetAuthoritativeRestore(&mut self, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, bAuth: bool) -> HRESULT
unsafe fn SetRollForward(&mut self, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, rollType: VSS_ROLLFORWARD_TYPE, wszRollForwardPoint: LPCWSTR) -> HRESULT
unsafe fn SetRestoreName(&mut self, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, wszRestoreName: LPCWSTR) -> HRESULT
unsafe fn BreakSnapshotSetEx(&mut self, SnapshotSetID: VSS_ID, dwBreakFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT
unsafe fn PreFastRecovery(&mut self, SnapshotSetID: VSS_ID, dwPreFastRecoveryFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT
unsafe fn FastRecovery(&mut self, SnapshotSetID: VSS_ID, dwFastRecoveryFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT
Trait Implementations
impl Deref for IVssBackupComponentsEx3
[src]
type Target = IVssBackupComponentsEx2
The resulting type after dereferencing
fn deref(&self) -> &IVssBackupComponentsEx2
The method called to dereference a value
impl DerefMut for IVssBackupComponentsEx3
[src]
fn deref_mut(&mut self) -> &mut IVssBackupComponentsEx2
The method called to mutably dereference a value