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

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

Fields

lpVtbl: *const IVssCreateWriterMetadataVtbl

Methods

impl IVssCreateWriterMetadata[src]

pub unsafe fn AddIncludeFiles(
    &self,
    wszPath: LPCWSTR,
    wszFilespec: LPCWSTR,
    bRecursive: bool,
    wszAlternateLocation: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn AddExcludeFiles(
    &self,
    wszPath: LPCWSTR,
    wszFilespec: LPCWSTR,
    bRecursive: bool
) -> HRESULT
[src]

pub unsafe fn AddComponent(
    &self,
    ct: VSS_COMPONENT_TYPE,
    wszLogicalPath: LPCWSTR,
    wszComponentName: LPCWSTR,
    wszCaption: LPCWSTR,
    pbIcon: *const BYTE,
    cbIcon: UINT,
    bRestoreMetadata: bool,
    bNotifyOnBackupComplete: bool,
    bSelectableForRestore: bool,
    dwComponentFlags: DWORD
) -> HRESULT
[src]

pub unsafe fn AddDatabaseFiles(
    &self,
    wszLogicalPath: LPCWSTR,
    wszDatabaseName: LPCWSTR,
    wszPath: LPCWSTR,
    wszFilespec: LPCWSTR,
    dwBackupTypeMask: DWORD
) -> HRESULT
[src]

pub unsafe fn AddDatabaseLogFiles(
    &self,
    wszLogicalPath: LPCWSTR,
    wszDatabaseName: LPCWSTR,
    wszPath: LPCWSTR,
    wszFilespec: LPCWSTR,
    dwBackupTypeMask: DWORD
) -> HRESULT
[src]

pub unsafe fn AddFilesToFileGroup(
    &self,
    wszLogicalPath: LPCWSTR,
    wszGroupName: LPCWSTR,
    wszPath: LPCWSTR,
    wszFilespec: LPCWSTR,
    bRecursive: bool,
    wszAlternateLocation: LPCWSTR,
    dwBackupTypeMask: DWORD
) -> HRESULT
[src]

pub unsafe fn SetRestoreMethod(
    &self,
    method: VSS_RESTOREMETHOD_ENUM,
    wszService: LPCWSTR,
    wszUserProcedure: LPCWSTR,
    writerRestore: VSS_WRITERRESTORE_ENUM,
    bRebootRequired: bool
) -> HRESULT
[src]

pub unsafe fn AddAlternateLocationMapping(
    &self,
    wszSourcePath: LPCWSTR,
    wszSourceFilespec: LPCWSTR,
    bRecursive: bool,
    wszDestination: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn AddComponentDependency(
    &self,
    wszForLogicalPath: LPCWSTR,
    wszForComponentName: LPCWSTR,
    onWriterId: VSS_ID,
    wszOnLogicalPath: LPCWSTR,
    wszOnComponentName: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn SetBackupSchema(&self, dwSchemaMask: DWORD) -> HRESULT[src]

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

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

Trait Implementations

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]