Trait windows::Win32::System::Com::Urlmon::IWinInetHttpInfo_Impl

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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§