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

#[repr(C)]
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: IVssComponentVtblSetPrepareForBackupFailureMsg: unsafe extern "system" fn(This: *mut IVssComponentEx, wszFailureMsg: LPCWSTR) -> HRESULTSetPostSnapshotFailureMsg: unsafe extern "system" fn(This: *mut IVssComponentEx, wszFailureMsg: LPCWSTR) -> HRESULTGetPrepareForBackupFailureMsg: unsafe extern "system" fn(This: *mut IVssComponentEx, pbstrFailureMsg: *mut BSTR) -> HRESULTGetPostSnapshotFailureMsg: unsafe extern "system" fn(This: *mut IVssComponentEx, pbstrFailureMsg: *mut BSTR) -> HRESULTGetAuthoritativeRestore: unsafe extern "system" fn(This: *mut IVssComponentEx, pbAuth: *mut bool) -> HRESULTGetRollForward: unsafe extern "system" fn(This: *mut IVssComponentEx, pRollType: *mut VSS_ROLLFORWARD_TYPE, pbstrPoint: *mut BSTR) -> HRESULTGetRestoreName: unsafe extern "system" fn(This: *mut IVssComponentEx, pbstrName: *mut BSTR) -> 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]