windows::Win32::System::Com::Urlmon

Trait IWinInetCacheHints2_Impl

pub trait IWinInetCacheHints2_Impl: IWinInetCacheHints_Impl {
    // Required method
    fn SetCacheExtension2(
        &self,
        pwzext: &PCWSTR,
        pwzcachefile: PWSTR,
        pcchcachefile: *mut u32,
        pdwwinineterror: *mut u32,
        pdwreserved: *mut u32,
    ) -> Result<()>;
}

Required Methods§

fn SetCacheExtension2( &self, pwzext: &PCWSTR, pwzcachefile: PWSTR, pcchcachefile: *mut u32, pdwwinineterror: *mut u32, pdwreserved: *mut u32, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§