pub struct IVssExamineWriterMetadataEx2Vtbl {
pub parent: IVssExamineWriterMetadataExVtbl,
pub GetVersion: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadataEx2, pdwMajorVersion: *mut DWORD, pdwMinorVersion: *mut DWORD) -> HRESULT,
pub GetExcludeFromSnapshotCount: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadataEx2, pcExcludedFromSnapshot: *mut UINT) -> HRESULT,
pub GetExcludeFromSnapshotFile: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadataEx2, iFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT,
}
Fields
parent | |
GetVersion | |
GetExcludeFromSnapshotCount | |
GetExcludeFromSnapshotFile | |