pub struct IVssExamineWriterMetadataVtbl {
pub parent: IUnknownVtbl,
pub GetIdentity: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, pidInstance: *mut VSS_ID, pidWriter: *mut VSS_ID, pbstrWriterName: *mut BSTR, pUsage: *mut VSS_USAGE_TYPE, pSource: *mut VSS_SOURCE_TYPE) -> HRESULT,
pub GetFileCounts: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, pcIncludeFiles: *mut UINT, pcExcludeFiles: *mut UINT, pcComponents: *mut UINT) -> HRESULT,
pub GetIncludeFile: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, iFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
pub GetExcludeFile: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, iFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
pub GetComponent: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, iComponent: UINT, ppComponent: *mut *mut IVssWMComponent) -> HRESULT,
pub GetRestoreMethod: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, pMethod: *mut VSS_RESTOREMETHOD_ENUM, pbstrService: *mut BSTR, pbstrUserProcedure: *mut BSTR, pwriterRestore: *mut VSS_WRITERRESTORE_ENUM, pbRebootRequired: *mut bool, pcMappings: *mut UINT) -> HRESULT,
pub GetAlternateLocationMapping: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, iMapping: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
pub GetBackupSchema: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, pdwSchemaMask: *mut DWORD) -> HRESULT,
pub GetDocument: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, pDoc: *mut c_void) -> HRESULT,
pub SaveAsXML: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, pbstrXML: *mut BSTR) -> HRESULT,
pub LoadFromXML: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadata, pbstrXML: *mut BSTR) -> HRESULT,
}
Fields
parent | |
GetIdentity | |
GetFileCounts | |
GetIncludeFile | |
GetExcludeFile | |
GetComponent | |
GetRestoreMethod | |
GetAlternateLocationMapping | |
GetBackupSchema | |
GetDocument | |
SaveAsXML | |
LoadFromXML | |