Trait windows::Win32::System::Com::Urlmon::IWinInetCacheHints_Impl

pub trait IWinInetCacheHints_Impl: Sized {
    // Required method
    fn SetCacheExtension(
        &self,
        pwzext: &PCWSTR,
        pszcachefile: *mut c_void,
        pcbcachefile: *mut u32,
        pdwwinineterror: *mut u32,
        pdwreserved: *mut u32,
    ) -> Result<()>;
}

Required Methods§

fn SetCacheExtension( &self, pwzext: &PCWSTR, pszcachefile: *mut c_void, pcbcachefile: *mut u32, pdwwinineterror: *mut u32, pdwreserved: *mut u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§