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

#[repr(C)]
pub struct IVssComponentEx2 {
    pub lpVtbl: *const IVssComponentEx2Vtbl,
}

Fields

lpVtbl: *const IVssComponentEx2Vtbl

Methods

impl IVssComponentEx2[src]

pub unsafe fn SetFailure(
    &self,
    hr: HRESULT,
    hrApplication: HRESULT,
    wszApplicationMessage: LPCWSTR,
    dwReserved: DWORD
) -> HRESULT
[src]

pub unsafe fn GetFailure(
    &self,
    phr: *mut HRESULT,
    phrApplication: *mut HRESULT,
    pbstrApplicationMessage: *mut BSTR,
    pdwReserved: *mut DWORD
) -> HRESULT
[src]

Methods from Deref<Target = IVssComponentEx>

pub unsafe fn SetPrepareForBackupFailureMsg(
    &self,
    wszFailureMsg: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn SetPostSnapshotFailureMsg(
    &self,
    wszFailureMsg: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn GetPrepareForBackupFailureMsg(
    &self,
    pbstrFailureMsg: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn GetPostSnapshotFailureMsg(
    &self,
    pbstrFailureMsg: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn GetAuthoritativeRestore(&self, pbAuth: *mut bool) -> HRESULT[src]

pub unsafe fn GetRollForward(
    &self,
    pRollType: *mut VSS_ROLLFORWARD_TYPE,
    pbstrPoint: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn GetRestoreName(&self, pbstrName: *mut BSTR) -> HRESULT[src]

Trait Implementations

impl Interface for IVssComponentEx2[src]

impl Deref for IVssComponentEx2[src]

type Target = IVssComponentEx

The resulting type after dereferencing.

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]