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

#[repr(C)]
pub struct IVssComponentVtbl {
    pub parent: IUnknownVtbl,
    pub GetLogicalPath: unsafe extern "system" fn(This: *mut IVssComponent, pbstrPath: *mut BSTR) -> HRESULT,
    pub GetComponentType: unsafe extern "system" fn(This: *mut IVssComponent, pct: *mut VSS_COMPONENT_TYPE) -> HRESULT,
    pub GetComponentName: unsafe extern "system" fn(This: *mut IVssComponent, pbstrName: *mut BSTR) -> HRESULT,
    pub GetBackupSucceeded: unsafe extern "system" fn(This: *mut IVssComponent, pbSucceeded: *mut bool) -> HRESULT,
    pub GetAlternateLocationMappingCount: unsafe extern "system" fn(This: *mut IVssComponent, pcMappings: *mut UINT) -> HRESULT,
    pub GetAlternateLocationMapping: unsafe extern "system" fn(This: *mut IVssComponent, iMapping: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
    pub SetBackupMetadata: unsafe extern "system" fn(This: *mut IVssComponent, wszData: LPCWSTR) -> HRESULT,
    pub GetBackupMetadata: unsafe extern "system" fn(This: *mut IVssComponent, pbstrData: *mut BSTR) -> HRESULT,
    pub AddPartialFile: unsafe extern "system" fn(This: *mut IVssComponent, wszPath: LPCWSTR, wszFilename: LPCWSTR, wszRanges: LPCWSTR, wszMetadata: LPCWSTR) -> HRESULT,
    pub GetPartialFileCount: unsafe extern "system" fn(This: *mut IVssComponent, pcPartialFiles: *mut UINT) -> HRESULT,
    pub GetPartialFile: unsafe extern "system" fn(This: *mut IVssComponent, iPartialFile: UINT, pbstrPath: *mut BSTR, pbstrFilename: *mut BSTR, pbstrRange: *mut BSTR, pbstrMetadata: *mut BSTR) -> HRESULT,
    pub IsSelectedForRestore: unsafe extern "system" fn(This: *mut IVssComponent, pbSelectedForRestore: *mut bool) -> HRESULT,
    pub GetAdditionalRestores: unsafe extern "system" fn(This: *mut IVssComponent, pbAdditionalRestores: *mut bool) -> HRESULT,
    pub GetNewTargetCount: unsafe extern "system" fn(This: *mut IVssComponent, pcNewTarget: *mut UINT) -> HRESULT,
    pub GetNewTarget: unsafe extern "system" fn(This: *mut IVssComponent, iNewTarget: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
    pub AddDirectedTarget: unsafe extern "system" fn(This: *mut IVssComponent, wszSourcePath: LPCWSTR, wszSourceFilename: LPCWSTR, wszSourceRangeList: LPCWSTR, wszDestinationPath: LPCWSTR, wszDestinationFilename: LPCWSTR, wszDestinationRangeList: LPCWSTR) -> HRESULT,
    pub GetDirectedTargetCount: unsafe extern "system" fn(This: *mut IVssComponent, pcDirectedTarget: *mut UINT) -> HRESULT,
    pub GetDirectedTarget: unsafe extern "system" fn(This: *mut IVssComponent, iDirectedTarget: UINT, pbstrSourcePath: *mut BSTR, pbstrSourceFileName: *mut BSTR, pbstrSourceRangeList: *mut BSTR, pbstrDestinationPath: *mut BSTR, pbstrDestinationFilename: *mut BSTR, pbstrDestinationRangeList: *mut BSTR) -> HRESULT,
    pub SetRestoreMetadata: unsafe extern "system" fn(This: *mut IVssComponent, wszRestoreMetadata: LPCWSTR) -> HRESULT,
    pub GetRestoreMetadata: unsafe extern "system" fn(This: *mut IVssComponent, pbstrRestoreMetadata: *mut BSTR) -> HRESULT,
    pub SetRestoreTarget: unsafe extern "system" fn(This: *mut IVssComponent, target: VSS_RESTORE_TARGET) -> HRESULT,
    pub GetRestoreTarget: unsafe extern "system" fn(This: *mut IVssComponent, pTarget: *mut VSS_RESTORE_TARGET) -> HRESULT,
    pub SetPreRestoreFailureMsg: unsafe extern "system" fn(This: *mut IVssComponent, wszPreRestoreFailureMsg: LPCWSTR) -> HRESULT,
    pub GetPreRestoreFailureMsg: unsafe extern "system" fn(This: *mut IVssComponent, pbstrPreRestoreFailureMsg: *mut BSTR) -> HRESULT,
    pub SetPostRestoreFailureMsg: unsafe extern "system" fn(This: *mut IVssComponent, wszPostRestoreFailureMsg: LPCWSTR) -> HRESULT,
    pub GetPostRestoreFailureMsg: unsafe extern "system" fn(This: *mut IVssComponent, pbstrPostRestoreFailureMsg: *mut BSTR) -> HRESULT,
    pub SetBackupStamp: unsafe extern "system" fn(This: *mut IVssComponent, wszBackupStamp: LPCWSTR) -> HRESULT,
    pub GetBackupStamp: unsafe extern "system" fn(This: *mut IVssComponent, pbstrBackupStamp: *mut BSTR) -> HRESULT,
    pub GetPreviousBackupStamp: unsafe extern "system" fn(This: *mut IVssComponent, pbstrBackupStamp: *mut BSTR) -> HRESULT,
    pub GetBackupOptions: unsafe extern "system" fn(This: *mut IVssComponent, pbstrBackupOptions: *mut BSTR) -> HRESULT,
    pub GetRestoreOptions: unsafe extern "system" fn(This: *mut IVssComponent, pbstrRestoreOptions: *mut BSTR) -> HRESULT,
    pub GetRestoreSubcomponentCount: unsafe extern "system" fn(This: *mut IVssComponent, pcRestoreSubcomponent: *mut UINT) -> HRESULT,
    pub GetRestoreSubcomponent: unsafe extern "system" fn(This: *mut IVssComponent, iComponent: UINT, pbstrLogicalPath: *mut BSTR, pbstrComponentName: *mut BSTR, pbRepair: *mut bool) -> HRESULT,
    pub GetFileRestoreStatus: unsafe extern "system" fn(This: *mut IVssComponent, pStatus: *mut VSS_FILE_RESTORE_STATUS) -> HRESULT,
    pub AddDifferencedFilesByLastModifyTime: unsafe extern "system" fn(This: *mut IVssComponent, wszPath: LPCWSTR, wszFilespec: LPCWSTR, bRecursive: BOOL, ftLastModifyTime: FILETIME) -> HRESULT,
    pub AddDifferencedFilesByLastModifyLSN: unsafe extern "system" fn(This: *mut IVssComponent, wszPath: LPCWSTR, wszFilespec: LPCWSTR, bRecursive: BOOL, bstrLsnString: BSTR) -> HRESULT,
    pub GetDifferencedFilesCount: unsafe extern "system" fn(This: *mut IVssComponent, pcDifferencedFiles: *mut UINT) -> HRESULT,
    pub GetDifferencedFile: unsafe extern "system" fn(This: *mut IVssComponent, iDifferencedFile: UINT, pbstrPath: *mut BSTR, pbstrFilespec: *mut BSTR, pbRecursive: *mut BOOL, pbstrLsnString: *mut BSTR, pftLastModifyTime: *mut FILETIME) -> HRESULT,
}

Fields

parent: IUnknownVtblGetLogicalPath: unsafe extern "system" fn(This: *mut IVssComponent, pbstrPath: *mut BSTR) -> HRESULTGetComponentType: unsafe extern "system" fn(This: *mut IVssComponent, pct: *mut VSS_COMPONENT_TYPE) -> HRESULTGetComponentName: unsafe extern "system" fn(This: *mut IVssComponent, pbstrName: *mut BSTR) -> HRESULTGetBackupSucceeded: unsafe extern "system" fn(This: *mut IVssComponent, pbSucceeded: *mut bool) -> HRESULTGetAlternateLocationMappingCount: unsafe extern "system" fn(This: *mut IVssComponent, pcMappings: *mut UINT) -> HRESULTGetAlternateLocationMapping: unsafe extern "system" fn(This: *mut IVssComponent, iMapping: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULTSetBackupMetadata: unsafe extern "system" fn(This: *mut IVssComponent, wszData: LPCWSTR) -> HRESULTGetBackupMetadata: unsafe extern "system" fn(This: *mut IVssComponent, pbstrData: *mut BSTR) -> HRESULTAddPartialFile: unsafe extern "system" fn(This: *mut IVssComponent, wszPath: LPCWSTR, wszFilename: LPCWSTR, wszRanges: LPCWSTR, wszMetadata: LPCWSTR) -> HRESULTGetPartialFileCount: unsafe extern "system" fn(This: *mut IVssComponent, pcPartialFiles: *mut UINT) -> HRESULTGetPartialFile: unsafe extern "system" fn(This: *mut IVssComponent, iPartialFile: UINT, pbstrPath: *mut BSTR, pbstrFilename: *mut BSTR, pbstrRange: *mut BSTR, pbstrMetadata: *mut BSTR) -> HRESULTIsSelectedForRestore: unsafe extern "system" fn(This: *mut IVssComponent, pbSelectedForRestore: *mut bool) -> HRESULTGetAdditionalRestores: unsafe extern "system" fn(This: *mut IVssComponent, pbAdditionalRestores: *mut bool) -> HRESULTGetNewTargetCount: unsafe extern "system" fn(This: *mut IVssComponent, pcNewTarget: *mut UINT) -> HRESULTGetNewTarget: unsafe extern "system" fn(This: *mut IVssComponent, iNewTarget: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULTAddDirectedTarget: unsafe extern "system" fn(This: *mut IVssComponent, wszSourcePath: LPCWSTR, wszSourceFilename: LPCWSTR, wszSourceRangeList: LPCWSTR, wszDestinationPath: LPCWSTR, wszDestinationFilename: LPCWSTR, wszDestinationRangeList: LPCWSTR) -> HRESULTGetDirectedTargetCount: unsafe extern "system" fn(This: *mut IVssComponent, pcDirectedTarget: *mut UINT) -> HRESULTGetDirectedTarget: unsafe extern "system" fn(This: *mut IVssComponent, iDirectedTarget: UINT, pbstrSourcePath: *mut BSTR, pbstrSourceFileName: *mut BSTR, pbstrSourceRangeList: *mut BSTR, pbstrDestinationPath: *mut BSTR, pbstrDestinationFilename: *mut BSTR, pbstrDestinationRangeList: *mut BSTR) -> HRESULTSetRestoreMetadata: unsafe extern "system" fn(This: *mut IVssComponent, wszRestoreMetadata: LPCWSTR) -> HRESULTGetRestoreMetadata: unsafe extern "system" fn(This: *mut IVssComponent, pbstrRestoreMetadata: *mut BSTR) -> HRESULTSetRestoreTarget: unsafe extern "system" fn(This: *mut IVssComponent, target: VSS_RESTORE_TARGET) -> HRESULTGetRestoreTarget: unsafe extern "system" fn(This: *mut IVssComponent, pTarget: *mut VSS_RESTORE_TARGET) -> HRESULTSetPreRestoreFailureMsg: unsafe extern "system" fn(This: *mut IVssComponent, wszPreRestoreFailureMsg: LPCWSTR) -> HRESULTGetPreRestoreFailureMsg: unsafe extern "system" fn(This: *mut IVssComponent, pbstrPreRestoreFailureMsg: *mut BSTR) -> HRESULTSetPostRestoreFailureMsg: unsafe extern "system" fn(This: *mut IVssComponent, wszPostRestoreFailureMsg: LPCWSTR) -> HRESULTGetPostRestoreFailureMsg: unsafe extern "system" fn(This: *mut IVssComponent, pbstrPostRestoreFailureMsg: *mut BSTR) -> HRESULTSetBackupStamp: unsafe extern "system" fn(This: *mut IVssComponent, wszBackupStamp: LPCWSTR) -> HRESULTGetBackupStamp: unsafe extern "system" fn(This: *mut IVssComponent, pbstrBackupStamp: *mut BSTR) -> HRESULTGetPreviousBackupStamp: unsafe extern "system" fn(This: *mut IVssComponent, pbstrBackupStamp: *mut BSTR) -> HRESULTGetBackupOptions: unsafe extern "system" fn(This: *mut IVssComponent, pbstrBackupOptions: *mut BSTR) -> HRESULTGetRestoreOptions: unsafe extern "system" fn(This: *mut IVssComponent, pbstrRestoreOptions: *mut BSTR) -> HRESULTGetRestoreSubcomponentCount: unsafe extern "system" fn(This: *mut IVssComponent, pcRestoreSubcomponent: *mut UINT) -> HRESULTGetRestoreSubcomponent: unsafe extern "system" fn(This: *mut IVssComponent, iComponent: UINT, pbstrLogicalPath: *mut BSTR, pbstrComponentName: *mut BSTR, pbRepair: *mut bool) -> HRESULTGetFileRestoreStatus: unsafe extern "system" fn(This: *mut IVssComponent, pStatus: *mut VSS_FILE_RESTORE_STATUS) -> HRESULTAddDifferencedFilesByLastModifyTime: unsafe extern "system" fn(This: *mut IVssComponent, wszPath: LPCWSTR, wszFilespec: LPCWSTR, bRecursive: BOOL, ftLastModifyTime: FILETIME) -> HRESULTAddDifferencedFilesByLastModifyLSN: unsafe extern "system" fn(This: *mut IVssComponent, wszPath: LPCWSTR, wszFilespec: LPCWSTR, bRecursive: BOOL, bstrLsnString: BSTR) -> HRESULTGetDifferencedFilesCount: unsafe extern "system" fn(This: *mut IVssComponent, pcDifferencedFiles: *mut UINT) -> HRESULTGetDifferencedFile: unsafe extern "system" fn(This: *mut IVssComponent, iDifferencedFile: UINT, pbstrPath: *mut BSTR, pbstrFilespec: *mut BSTR, pbRecursive: *mut BOOL, pbstrLsnString: *mut BSTR, pftLastModifyTime: *mut FILETIME) -> HRESULT

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]