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 | |
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)