pub trait IWinInetInfo_Impl: Sized {
// Required method
fn QueryOption(
&self,
dwoption: u32,
pbuffer: *mut c_void,
pcbbuf: *mut u32,
) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.