[][src]Struct winapi::um::vsbackup::IVssBackupComponentsEx3Vtbl

#[repr(C)]
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: IVssBackupComponentsEx2VtblGetWriterStatusEx: 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) -> HRESULTAddSnapshotToRecoverySet: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx3, snapshotId: VSS_ID, dwFlags: DWORD, pwszDestinationVolume: VSS_PWSZ) -> HRESULTRecoverSet: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx3, dwFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULTGetSessionId: unsafe extern "system" fn(This: *mut IVssBackupComponentsEx3, idSession: *mut VSS_ID) -> 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]