Trait windows::Win32::Storage::OfflineFiles::IOfflineFilesCache2_Impl
pub trait IOfflineFilesCache2_Impl: Sized + IOfflineFilesCache_Impl {
// Required method
fn RenameItemEx(
&self,
pszpathoriginal: &PCWSTR,
pszpathnew: &PCWSTR,
breplaceifexists: BOOL,
) -> Result<()>;
}
Required Methods§
fn RenameItemEx( &self, pszpathoriginal: &PCWSTR, pszpathnew: &PCWSTR, breplaceifexists: BOOL, ) -> Result<()>
Object Safety§
This trait is not object safe.