Trait windows::Win32::System::Com::Urlmon::IWinInetCacheHints2_Impl

pub trait IWinInetCacheHints2_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§