[][src]Struct winapi::um::vswriter::IVssComponentEx

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

Fields

lpVtbl: *const IVssComponentExVtbl

Methods

impl IVssComponentEx[src]

pub unsafe fn SetPrepareForBackupFailureMsg(
    &self,
    wszFailureMsg: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn SetPostSnapshotFailureMsg(
    &self,
    wszFailureMsg: LPCWSTR
) -> HRESULT
[src]

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

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

pub unsafe fn GetAuthoritativeRestore(&self, pbAuth: *mut bool) -> HRESULT[src]

pub unsafe fn GetRollForward(
    &self,
    pRollType: *mut VSS_ROLLFORWARD_TYPE,
    pbstrPoint: *mut BSTR
) -> HRESULT
[src]

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

Methods from Deref<Target = IVssComponent>

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

pub unsafe fn GetComponentType(&self, pct: *mut VSS_COMPONENT_TYPE) -> HRESULT[src]

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

pub unsafe fn GetBackupSucceeded(&self, pbSucceeded: *mut bool) -> HRESULT[src]

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

pub unsafe fn GetAlternateLocationMapping(
    &self,
    iMapping: UINT,
    ppFiledesc: *mut *mut IVssWMFiledesc
) -> HRESULT
[src]

pub unsafe fn SetBackupMetadata(&self, wszData: LPCWSTR) -> HRESULT[src]

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

pub unsafe fn AddPartialFile(
    &self,
    wszPath: LPCWSTR,
    wszFilename: LPCWSTR,
    wszRanges: LPCWSTR,
    wszMetadata: LPCWSTR
) -> HRESULT
[src]

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

pub unsafe fn GetPartialFile(
    &self,
    iPartialFile: UINT,
    pbstrPath: *mut BSTR,
    pbstrFilename: *mut BSTR,
    pbstrRange: *mut BSTR,
    pbstrMetadata: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn IsSelectedForRestore(
    &self,
    pbSelectedForRestore: *mut bool
) -> HRESULT
[src]

pub unsafe fn GetAdditionalRestores(
    &self,
    pbAdditionalRestores: *mut bool
) -> HRESULT
[src]

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

pub unsafe fn GetNewTarget(
    &self,
    iNewTarget: UINT,
    ppFiledesc: *mut *mut IVssWMFiledesc
) -> HRESULT
[src]

pub unsafe fn AddDirectedTarget(
    &self,
    wszSourcePath: LPCWSTR,
    wszSourceFilename: LPCWSTR,
    wszSourceRangeList: LPCWSTR,
    wszDestinationPath: LPCWSTR,
    wszDestinationFilename: LPCWSTR,
    wszDestinationRangeList: LPCWSTR
) -> HRESULT
[src]

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

pub unsafe fn GetDirectedTarget(
    &self,
    iDirectedTarget: UINT,
    pbstrSourcePath: *mut BSTR,
    pbstrSourceFileName: *mut BSTR,
    pbstrSourceRangeList: *mut BSTR,
    pbstrDestinationPath: *mut BSTR,
    pbstrDestinationFilename: *mut BSTR,
    pbstrDestinationRangeList: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn SetRestoreMetadata(&self, wszRestoreMetadata: LPCWSTR) -> HRESULT[src]

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

pub unsafe fn SetRestoreTarget(&self, target: VSS_RESTORE_TARGET) -> HRESULT[src]

pub unsafe fn GetRestoreTarget(
    &self,
    pTarget: *mut VSS_RESTORE_TARGET
) -> HRESULT
[src]

pub unsafe fn SetPreRestoreFailureMsg(
    &self,
    wszPreRestoreFailureMsg: LPCWSTR
) -> HRESULT
[src]

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

pub unsafe fn SetPostRestoreFailureMsg(
    &self,
    wszPostRestoreFailureMsg: LPCWSTR
) -> HRESULT
[src]

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

pub unsafe fn SetBackupStamp(&self, wszBackupStamp: LPCWSTR) -> HRESULT[src]

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

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

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

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

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

pub unsafe fn GetRestoreSubcomponent(
    &self,
    iComponent: UINT,
    pbstrLogicalPath: *mut BSTR,
    pbstrComponentName: *mut BSTR,
    pbRepair: *mut bool
) -> HRESULT
[src]

pub unsafe fn GetFileRestoreStatus(
    &self,
    pStatus: *mut VSS_FILE_RESTORE_STATUS
) -> HRESULT
[src]

pub unsafe fn AddDifferencedFilesByLastModifyTime(
    &self,
    wszPath: LPCWSTR,
    wszFilespec: LPCWSTR,
    bRecursive: BOOL,
    ftLastModifyTime: FILETIME
) -> HRESULT
[src]

pub unsafe fn AddDifferencedFilesByLastModifyLSN(
    &self,
    wszPath: LPCWSTR,
    wszFilespec: LPCWSTR,
    bRecursive: BOOL,
    bstrLsnString: BSTR
) -> HRESULT
[src]

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

pub unsafe fn GetDifferencedFile(
    &self,
    iDifferencedFile: UINT,
    pbstrPath: *mut BSTR,
    pbstrFilespec: *mut BSTR,
    pbRecursive: *mut BOOL,
    pbstrLsnString: *mut BSTR,
    pftLastModifyTime: *mut FILETIME
) -> HRESULT
[src]

Trait Implementations

impl Interface for IVssComponentEx[src]

impl Deref for IVssComponentEx[src]

type Target = IVssComponent

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]