Trait windows::Win32::System::Com::Urlmon::IWinInetInfo_Impl

pub trait IWinInetInfo_Impl: Sized {
    // Required method
    fn QueryOption(
        &self,
        dwoption: u32,
        pbuffer: *mut c_void,
        pcbbuf: *mut u32
    ) -> Result<()>;
}

Required Methods§

fn QueryOption( &self, dwoption: u32, pbuffer: *mut c_void, pcbbuf: *mut u32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§