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

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

Fields

lpVtbl: *const IVssBackupComponentsEx4Vtbl

Methods

impl IVssBackupComponentsEx4[src]

pub unsafe fn GetRootAndLogicalPrefixPaths(
    &self,
    pwszFilePath: VSS_PWSZ,
    ppwszRootPath: *mut VSS_PWSZ,
    ppwszLogicalPrefix: *mut VSS_PWSZ,
    bNormalizeFQDNforRootPath: BOOL
) -> HRESULT
[src]

Methods from Deref<Target = IVssBackupComponentsEx3>

pub unsafe fn GetWriterStatusEx(
    &self,
    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
[src]

pub unsafe fn AddSnapshotToRecoverySet(
    &self,
    snapshotId: VSS_ID,
    dwFlags: DWORD,
    pwszDestinationVolume: VSS_PWSZ
) -> HRESULT
[src]

pub unsafe fn RecoverSet(
    &self,
    dwFlags: DWORD,
    ppAsync: *mut *mut IVssAsync
) -> HRESULT
[src]

pub unsafe fn GetSessionId(&self, idSession: *mut VSS_ID) -> HRESULT[src]

Trait Implementations

impl Interface for IVssBackupComponentsEx4[src]

impl Deref for IVssBackupComponentsEx4[src]

type Target = IVssBackupComponentsEx3

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]