Struct winapi::vsbackup::IVssBackupComponentsEx4
[−]
[src]
pub struct IVssBackupComponentsEx4 { pub lpVtbl: *const IVssBackupComponentsEx4Vtbl, }
Fields
lpVtbl |
Methods
impl IVssBackupComponentsEx4
[src]
unsafe fn GetRootAndLogicalPrefixPaths(&mut self, pwszFilePath: VSS_PWSZ, ppwszRootPath: *mut VSS_PWSZ, ppwszLogicalPrefix: *mut VSS_PWSZ, bNormalizeFQDNforRootPath: BOOL) -> HRESULT
Methods from Deref<Target=IVssBackupComponentsEx3>
unsafe fn GetWriterStatusEx(&mut self, iWriter: UINT, pidInstance: *mut VSS_ID, pidWriter: *mut VSS_ID, pbstrWriter: *mut BSTR, pnStatus: *mut VSS_WRITER_STATE, phrFailureWriter: *mut HRESULT, phrApplication: *mut HRESULT, pbstrApplicationMessage: *mut BSTR) -> HRESULT
unsafe fn AddSnapshotToRecoverySet(&mut self, snapshotId: VSS_ID, dwFlags: DWORD, pwszDestinationVolume: VSS_PWSZ) -> HRESULT
unsafe fn RecoverSet(&mut self, dwFlags: DWORD, ppAsync: *mut *mut IVssAsync) -> HRESULT
unsafe fn GetSessionId(&mut self, idSession: *mut VSS_ID) -> HRESULT
Trait Implementations
impl Deref for IVssBackupComponentsEx4
[src]
type Target = IVssBackupComponentsEx3
The resulting type after dereferencing
fn deref(&self) -> &IVssBackupComponentsEx3
The method called to dereference a value
impl DerefMut for IVssBackupComponentsEx4
[src]
fn deref_mut(&mut self) -> &mut IVssBackupComponentsEx3
The method called to mutably dereference a value