Trait windows::Win32::System::Wmi::IWbemBackupRestore_Impl
pub trait IWbemBackupRestore_Impl: Sized {
// Required methods
fn Backup(&self, strbackuptofile: &PCWSTR, lflags: i32) -> Result<()>;
fn Restore(&self, strrestorefromfile: &PCWSTR, lflags: i32) -> Result<()>;
}
Required Methods§
fn Backup(&self, strbackuptofile: &PCWSTR, lflags: i32) -> Result<()>
fn Restore(&self, strrestorefromfile: &PCWSTR, lflags: i32) -> Result<()>
Object Safety§
This trait is not object safe.