Struct winapi::vsbackup::IVssExamineWriterMetadataEx2Vtbl [] [src]

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: IVssExamineWriterMetadataExVtbl GetVersion: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadataEx2, pdwMajorVersion: *mut DWORD, pdwMinorVersion: *mut DWORD) -> HRESULT GetExcludeFromSnapshotCount: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadataEx2, pcExcludedFromSnapshot: *mut UINT) -> HRESULT GetExcludeFromSnapshotFile: unsafe extern "system" fn(This: *mut IVssExamineWriterMetadataEx2, iFile: UINT, ppFiledesc: *mut *mut IVssWMFiledesc) -> HRESULT