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

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

Fields

lpVtbl: *const IVssBackupComponentsExVtbl

Methods

impl IVssBackupComponentsEx[src]

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]

Methods from Deref<Target = IVssBackupComponents>

pub unsafe fn GetWriterComponentsCount(
    &self,
    pcComponents: *mut UINT
) -> HRESULT
[src]

pub unsafe fn GetWriterComponents(
    &self,
    iWriter: UINT,
    ppWriter: *mut *mut IVssWriterComponentsExt
) -> HRESULT
[src]

pub unsafe fn InitializeForBackup(&self, bstrXML: BSTR) -> HRESULT[src]

pub unsafe fn SetBackupState(
    &self,
    bSelectComponents: bool,
    bBackupBootableSystemState: bool,
    backupType: VSS_BACKUP_TYPE,
    bPartialFileSupport: bool
) -> HRESULT
[src]

pub unsafe fn InitializeForRestore(&self, bstrXML: BSTR) -> HRESULT[src]

pub unsafe fn SetRestoreState(&self, restoreType: VSS_RESTORE_TYPE) -> HRESULT[src]

pub unsafe fn GatherWriterMetadata(
    &self,
    pAsync: *mut *mut IVssAsync
) -> HRESULT
[src]

pub unsafe fn GetWriterMetadataCount(&self, pcWriters: *mut UINT) -> HRESULT[src]

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

pub unsafe fn FreeWriterMetadata(&self) -> HRESULT[src]

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

pub unsafe fn PrepareForBackup(&self, ppAsync: *mut *mut IVssAsync) -> HRESULT[src]

pub unsafe fn AbortBackup(&self) -> HRESULT[src]

pub unsafe fn GatherWriterStatus(&self, ppAsync: *mut *mut IVssAsync) -> HRESULT[src]

pub unsafe fn GetWriterStatusCount(&self, pcWriters: *mut UINT) -> HRESULT[src]

pub unsafe fn FreeWriterStatus(&self) -> HRESULT[src]

pub unsafe fn GetWriterStatus(
    &self,
    iWriter: UINT,
    pidInstance: *mut VSS_ID,
    pidWriter: *mut VSS_ID,
    pbstrWriter: *mut BSTR,
    pnStatus: *mut VSS_WRITER_STATE,
    phResultFailure: *mut HRESULT
) -> HRESULT
[src]

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

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

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

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

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

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

pub unsafe fn SaveAsXML(&self, pbstrXML: *mut BSTR) -> HRESULT[src]

pub unsafe fn BackupComplete(&self, ppAsync: *mut *mut IVssAsync) -> HRESULT[src]

pub unsafe fn AddAlternativeLocationMapping(
    &self,
    writerId: VSS_ID,
    ct: VSS_COMPONENT_TYPE,
    wszLogicalPath: LPCWSTR,
    wszComponentName: LPCWSTR,
    wszPath: LPCWSTR,
    wszFilespec: LPCWSTR,
    bRecursive: bool,
    wszDestination: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn AddRestoreSubcomponent(
    &self,
    writerId: VSS_ID,
    ct: VSS_COMPONENT_TYPE,
    wszLogicalPath: LPCWSTR,
    wszComponentName: LPCWSTR,
    wszSubComponentLogicalPath: LPCWSTR,
    wszSubComponentName: LPCWSTR,
    bRepair: bool
) -> HRESULT
[src]

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

pub unsafe fn AddNewTarget(
    &self,
    writerId: VSS_ID,
    ct: VSS_COMPONENT_TYPE,
    wszLogicalPath: LPCWSTR,
    wszComponentName: LPCWSTR,
    wszPath: LPCWSTR,
    wszFileName: LPCWSTR,
    bRecursive: bool,
    wszAlternatePath: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn SetRangesFilePath(
    &self,
    writerId: VSS_ID,
    ct: VSS_COMPONENT_TYPE,
    wszLogicalPath: LPCWSTR,
    wszComponentName: LPCWSTR,
    iPartialFile: UINT,
    wszRangesFile: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn PreRestore(&self, ppAsync: *mut *mut IVssAsync) -> HRESULT[src]

pub unsafe fn PostRestore(&self, ppAsync: *mut *mut IVssAsync) -> HRESULT[src]

pub unsafe fn SetContext(&self, lContext: LONG) -> HRESULT[src]

pub unsafe fn StartSnapshotSet(&self, pSnapshotSetId: *mut VSS_ID) -> HRESULT[src]

pub unsafe fn AddToSnapshotSet(
    &self,
    pwszVolumeName: VSS_PWSZ,
    ProviderId: VSS_ID,
    pidSnapshot: *mut VSS_ID
) -> HRESULT
[src]

pub unsafe fn DoSnapshotSet(&self, ppAsync: *mut *mut IVssAsync) -> HRESULT[src]

pub unsafe fn DeleteSnapshots(
    &self,
    SourceObjectId: VSS_ID,
    eSourceObjectType: VSS_OBJECT_TYPE,
    bForceDelete: BOOL,
    plDeletedSnapshots: *mut LONG,
    pNondeletedSnapshotID: *mut VSS_ID
) -> HRESULT
[src]

pub unsafe fn ImportSnapshots(&self, ppAsync: *mut *mut IVssAsync) -> HRESULT[src]

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

pub unsafe fn GetSnapshotProperties(
    &self,
    SnapshotId: VSS_ID,
    pProp: *mut VSS_SNAPSHOT_PROP
) -> HRESULT
[src]

pub unsafe fn Query(
    &self,
    QueriedObjectId: VSS_ID,
    eQueriedObjectType: VSS_OBJECT_TYPE,
    eReturnedObjectsType: VSS_OBJECT_TYPE,
    ppEnum: *mut *mut IVssEnumObject
) -> HRESULT
[src]

pub unsafe fn IsVolumeSupported(
    &self,
    ProviderId: VSS_ID,
    pwszVolumeName: VSS_PWSZ,
    pbSupportedByThisProvider: *mut BOOL
) -> HRESULT
[src]

pub unsafe fn DisableWriterClasses(
    &self,
    rgWriterClassId: *const VSS_ID,
    cClassId: UINT
) -> HRESULT
[src]

pub unsafe fn EnableWriterClasses(
    &self,
    rgWriterClassId: *const VSS_ID,
    cClassId: UINT
) -> HRESULT
[src]

pub unsafe fn DisableWriterInstances(
    &self,
    rgWriterInstanceId: *const VSS_ID,
    cInstanceId: UINT
) -> HRESULT
[src]

pub unsafe fn ExposeSnapshot(
    &self,
    SnapshotId: VSS_ID,
    wszPathFromRoot: VSS_PWSZ,
    lAttributes: LONG,
    wszExpose: VSS_PWSZ,
    pwszExposed: VSS_PWSZ
) -> HRESULT
[src]

pub unsafe fn RevertToSnapshot(
    &self,
    SnapshotId: VSS_ID,
    bForceDismount: BOOL
) -> HRESULT
[src]

pub unsafe fn QueryRevertStatus(
    &self,
    pwszVolume: VSS_PWSZ,
    ppAsync: *mut *mut IVssAsync
) -> HRESULT
[src]

Trait Implementations

impl Interface for IVssBackupComponentsEx[src]

impl Deref for IVssBackupComponentsEx[src]

type Target = IVssBackupComponents

The resulting type after dereferencing.

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]