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

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

Fields

lpVtbl: *const IVssExamineWriterMetadataExVtbl

Methods

impl IVssExamineWriterMetadataEx[src]

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

Methods from Deref<Target = IVssExamineWriterMetadata>

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]

Trait Implementations

impl Interface for IVssExamineWriterMetadataEx[src]

impl Deref for IVssExamineWriterMetadataEx[src]

type Target = IVssExamineWriterMetadata

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]