webview2_com_sys::Windows::Win32::UI::Shell

Function HlinkCreateFromMoniker

Source
pub unsafe fn HlinkCreateFromMoniker<'a, T: Interface>(
    pimktrgt: impl IntoParam<'a, IMoniker>,
    pwzlocation: impl IntoParam<'a, PWSTR>,
    pwzfriendlyname: impl IntoParam<'a, PWSTR>,
    pihlsite: impl IntoParam<'a, IHlinkSite>,
    dwsitedata: u32,
    piunkouter: impl IntoParam<'a, IUnknown>,
) -> Result<T>