Struct winapi::vsbackup::IVssBackupComponentsEx2 [] [src]

pub struct IVssBackupComponentsEx2 {
    pub lpVtbl: *const IVssBackupComponentsEx2Vtbl,
}

Fields

lpVtbl: *const IVssBackupComponentsEx2Vtbl

Methods

impl IVssBackupComponentsEx2
[src]

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

Methods from Deref<Target=IVssBackupComponentsEx>

unsafe fn GetWriterMetadataEx(&mut self, iWriter: UINT, pidInstance: *mut VSS_ID, ppMetadata: *mut *mut IVssExamineWriterMetadataEx) -> HRESULT

unsafe fn SetSelectedForRestoreEx(&mut self, writerId: VSS_ID, ct: VSS_COMPONENT_TYPE, wszLogicalPath: LPCWSTR, wszComponentName: LPCWSTR, bSelectedForRestore: bool, instanceId: VSS_ID) -> HRESULT

Trait Implementations

impl Debug for IVssBackupComponentsEx2
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IVssBackupComponentsEx2
[src]

type Target = IVssBackupComponentsEx

The resulting type after dereferencing

fn deref(&self) -> &IVssBackupComponentsEx

The method called to dereference a value

impl DerefMut for IVssBackupComponentsEx2
[src]

fn deref_mut(&mut self) -> &mut IVssBackupComponentsEx

The method called to mutably dereference a value