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

#[repr(C)]
pub struct IVssBackupComponentsEx2 { pub lpVtbl: *const IVssBackupComponentsEx2Vtbl, }

Fields

lpVtbl: *const IVssBackupComponentsEx2Vtbl

Methods

impl IVssBackupComponentsEx2[src]

pub unsafe fn UnexposeSnapshot(&self, snapshotId: VSS_ID) -> HRESULT[src]

pub unsafe fn SetAuthoritativeRestore(
    &self,
    writerId: VSS_ID,
    ct: VSS_COMPONENT_TYPE,
    wszLogicalPath: LPCWSTR,
    wszComponentName: LPCWSTR,
    bAuth: bool
) -> HRESULT
[src]

pub unsafe fn SetRollForward(
    &self,
    writerId: VSS_ID,
    ct: VSS_COMPONENT_TYPE,
    wszLogicalPath: LPCWSTR,
    wszComponentName: LPCWSTR,
    rollType: VSS_ROLLFORWARD_TYPE,
    wszRollForwardPoint: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn SetRestoreName(
    &self,
    writerId: VSS_ID,
    ct: VSS_COMPONENT_TYPE,
    wszLogicalPath: LPCWSTR,
    wszComponentName: LPCWSTR,
    wszRestoreName: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn BreakSnapshotSetEx(
    &self,
    SnapshotSetID: VSS_ID,
    dwBreakFlags: DWORD,
    ppAsync: *mut *mut IVssAsync
) -> HRESULT
[src]

pub unsafe fn PreFastRecovery(
    &self,
    SnapshotSetID: VSS_ID,
    dwPreFastRecoveryFlags: DWORD,
    ppAsync: *mut *mut IVssAsync
) -> HRESULT
[src]

pub unsafe fn FastRecovery(
    &self,
    SnapshotSetID: VSS_ID,
    dwFastRecoveryFlags: DWORD,
    ppAsync: *mut *mut IVssAsync
) -> HRESULT
[src]

Methods from Deref<Target = IVssBackupComponentsEx>

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

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

Trait Implementations

impl Interface for IVssBackupComponentsEx2[src]

impl Deref for IVssBackupComponentsEx2[src]

type Target = IVssBackupComponentsEx

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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