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

Function HlinkCreateShortcutFromString

Source
pub unsafe fn HlinkCreateShortcutFromString<'a>(
    grfhlshortcutf: u32,
    pwztarget: impl IntoParam<'a, PWSTR>,
    pwzlocation: impl IntoParam<'a, PWSTR>,
    pwzdir: impl IntoParam<'a, PWSTR>,
    pwzfilename: impl IntoParam<'a, PWSTR>,
    ppwzshortcutfile: *mut PWSTR,
    dwreserved: u32,
) -> Result<()>