pub struct IVssComponentExVtbl {
pub parent: IVssComponentVtbl,
pub SetPrepareForBackupFailureMsg: unsafe extern "system" fn(This: *mut IVssComponentEx, wszFailureMsg: LPCWSTR) -> HRESULT,
pub SetPostSnapshotFailureMsg: unsafe extern "system" fn(This: *mut IVssComponentEx, wszFailureMsg: LPCWSTR) -> HRESULT,
pub GetPrepareForBackupFailureMsg: unsafe extern "system" fn(This: *mut IVssComponentEx, pbstrFailureMsg: *mut BSTR) -> HRESULT,
pub GetPostSnapshotFailureMsg: unsafe extern "system" fn(This: *mut IVssComponentEx, pbstrFailureMsg: *mut BSTR) -> HRESULT,
pub GetAuthoritativeRestore: unsafe extern "system" fn(This: *mut IVssComponentEx, pbAuth: *mut bool) -> HRESULT,
pub GetRollForward: unsafe extern "system" fn(This: *mut IVssComponentEx, pRollType: *mut VSS_ROLLFORWARD_TYPE, pbstrPoint: *mut BSTR) -> HRESULT,
pub GetRestoreName: unsafe extern "system" fn(This: *mut IVssComponentEx, pbstrName: *mut BSTR) -> HRESULT,
}
Fields
parent | |
SetPrepareForBackupFailureMsg | |
SetPostSnapshotFailureMsg | |
GetPrepareForBackupFailureMsg | |
GetPostSnapshotFailureMsg | |
GetAuthoritativeRestore | |
GetRollForward | |
GetRestoreName | |