Struct winapi::vswriter::IVssComponentEx2
[−]
[src]
pub struct IVssComponentEx2 {
pub lpVtbl: *const IVssComponentEx2Vtbl,
}Fields
lpVtbl |
pub struct IVssComponentEx2 {
pub lpVtbl: *const IVssComponentEx2Vtbl,
}lpVtbl |
impl IVssComponentEx2unsafe fn SetFailure(&mut self, hr: HRESULT, hrApplication: HRESULT, wszApplicationMessage: LPCWSTR, dwReserved: DWORD) -> HRESULTunsafe fn GetFailure(&mut self, phr: *mut HRESULT, phrApplication: *mut HRESULT, pbstrApplicationMessage: *mut BSTR, pdwReserved: *mut DWORD) -> HRESULTunsafe fn SetPrepareForBackupFailureMsg(&mut self, wszFailureMsg: LPCWSTR) -> HRESULTunsafe fn SetPostSnapshotFailureMsg(&mut self, wszFailureMsg: LPCWSTR) -> HRESULTunsafe fn GetPrepareForBackupFailureMsg(&mut self, pbstrFailureMsg: *mut BSTR) -> HRESULTunsafe fn GetPostSnapshotFailureMsg(&mut self, pbstrFailureMsg: *mut BSTR) -> HRESULTunsafe fn GetAuthoritativeRestore(&mut self, pbAuth: *mut bool) -> HRESULTunsafe fn GetRollForward(&mut self, pRollType: *mut VSS_ROLLFORWARD_TYPE, pbstrPoint: *mut BSTR) -> HRESULTunsafe fn GetRestoreName(&mut self, pbstrName: *mut BSTR) -> HRESULTimpl Deref for IVssComponentEx2type Target = IVssComponentExfn deref(&self) -> &IVssComponentEximpl DerefMut for IVssComponentEx2fn deref_mut(&mut self) -> &mut IVssComponentEximpl Debug for IVssComponentEx2
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)