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

#[repr(C)]
pub struct IVssWMComponentVtbl {
    pub parent: IUnknownVtbl,
    pub GetComponentInfo: unsafe extern "system" fn(This: *mut IVssWMComponent, ppInfo: *mut PVSSCOMPONENTINFO) -> HRESULT,
    pub FreeComponentInfo: unsafe extern "system" fn(This: *mut IVssWMComponent, pInfo: PVSSCOMPONENTINFO) -> HRESULT,
    pub GetFile: unsafe extern "system" fn(This: *mut IVssWMComponent, iFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
    pub GetDatabaseFile: unsafe extern "system" fn(This: *mut IVssWMComponent, iDBFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
    pub GetDatabaseLogFile: unsafe extern "system" fn(This: *mut IVssWMComponent, iDbLogFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
    pub GetDependency: unsafe extern "system" fn(This: *mut IVssWMComponent, iDependency: UINT, ppDependency: *mut *mut IVssWMDependency) -> HRESULT,
}

Fields

parent: IUnknownVtblGetComponentInfo: unsafe extern "system" fn(This: *mut IVssWMComponent, ppInfo: *mut PVSSCOMPONENTINFO) -> HRESULTFreeComponentInfo: unsafe extern "system" fn(This: *mut IVssWMComponent, pInfo: PVSSCOMPONENTINFO) -> HRESULTGetFile: unsafe extern "system" fn(This: *mut IVssWMComponent, iFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULTGetDatabaseFile: unsafe extern "system" fn(This: *mut IVssWMComponent, iDBFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULTGetDatabaseLogFile: unsafe extern "system" fn(This: *mut IVssWMComponent, iDbLogFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULTGetDependency: unsafe extern "system" fn(This: *mut IVssWMComponent, iDependency: UINT, ppDependency: *mut *mut IVssWMDependency) -> 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]