pub struct IVssCreateWriterMetadata {
pub lpVtbl: *const IVssCreateWriterMetadataVtbl,
}
Fields
Methods
unsafe fn AddComponent(&mut 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
unsafe fn AddFilesToFileGroup(&mut self, wszLogicalPath: LPCWSTR, wszGroupName: LPCWSTR, wszPath: LPCWSTR, wszFilespec: LPCWSTR, bRecursive: bool, wszAlternateLocation: LPCWSTR, dwBackupTypeMask: DWORD) -> HRESULT
Trait Implementations
Derived Implementations
Formats the value using the given formatter.