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

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

Fields

lpVtbl: *const IVssExamineWriterMetadataVtbl

Methods

impl IVssExamineWriterMetadata[src]

pub unsafe fn GetIdentity(
    &self,
    pidInstance: *mut VSS_ID,
    pidWriter: *mut VSS_ID,
    pbstrWriterName: *mut BSTR,
    pUsage: *mut VSS_USAGE_TYPE,
    pSource: *mut VSS_SOURCE_TYPE
) -> HRESULT
[src]

pub unsafe fn GetFileCounts(
    &self,
    pcIncludeFiles: *mut UINT,
    pcExcludeFiles: *mut UINT,
    pcComponents: *mut UINT
) -> HRESULT
[src]

pub unsafe fn GetIncludeFile(
    &self,
    iFile: UINT,
    ppFiledesc: *mut *mut IVssWMFiledesc
) -> HRESULT
[src]

pub unsafe fn GetExcludeFile(
    &self,
    iFile: UINT,
    ppFiledesc: *mut *mut IVssWMFiledesc
) -> HRESULT
[src]

pub unsafe fn GetComponent(
    &self,
    iComponent: UINT,
    ppComponent: *mut *mut IVssWMComponent
) -> HRESULT
[src]

pub unsafe fn GetRestoreMethod(
    &self,
    pMethod: *mut VSS_RESTOREMETHOD_ENUM,
    pbstrService: *mut BSTR,
    pbstrUserProcedure: *mut BSTR,
    pwriterRestore: *mut VSS_WRITERRESTORE_ENUM,
    pbRebootRequired: *mut bool,
    pcMappings: *mut UINT
) -> HRESULT
[src]

pub unsafe fn GetAlternateLocationMapping(
    &self,
    iMapping: UINT,
    ppFiledesc: *mut *mut IVssWMFiledesc
) -> HRESULT
[src]

pub unsafe fn GetBackupSchema(&self, pdwSchemaMask: *mut DWORD) -> HRESULT[src]

pub unsafe fn GetDocument(&self, pDoc: *mut c_void) -> HRESULT[src]

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

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

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for IVssExamineWriterMetadata[src]

impl Deref for IVssExamineWriterMetadata[src]

type Target = IUnknown

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]