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

Function HlinkCreateFromString

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