Trait windows::Win32::Web::InternetExplorer::ITargetFramePriv2_Impl
pub trait ITargetFramePriv2_Impl: Sized + ITargetFramePriv_Impl {
// Required method
fn AggregatedNavigation2(
&self,
grfhlnf: u32,
pbc: Option<&IBindCtx>,
pibsc: Option<&IBindStatusCallback>,
psztargetname: &PCWSTR,
puri: Option<&IUri>,
pszlocation: &PCWSTR,
) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.