pub struct IVssBackupComponentsEx3Vtbl {
pub parent: IVssBackupComponentsEx2Vtbl,
pub GetWriterStatusEx: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx3, iWriter: UINT, pidInstance: *mut VSS_ID, pidWriter: *mut VSS_ID, pbstrWriter: *mut BSTR, pnStatus: *mut VSS_WRITER_STATE, phrFailureWriter: *mut HRESULT, phrApplication: *mut HRESULT, pbstrApplicationMessage: *mut BSTR) -> HRESULT,
pub AddSnapshotToRecoverySet: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx3, snapshotId: VSS_ID, dwFlags: DWORD, pwszDestinationVolume: VSS_PWSZ) -> HRESULT,
pub RecoverSet: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx3, dwFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT,
pub GetSessionId: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx3, idSession: *mut VSS_ID) -> HRESULT,
}
Fields
parent | |
GetWriterStatusEx | |
AddSnapshotToRecoverySet | |
RecoverSet | |
GetSessionId | |