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.

Implementors§