windows::Win32::UI::Shell

Function HlinkCreateShortcutFromString

pub unsafe fn HlinkCreateShortcutFromString<P1, P2, P3, P4>(
    grfhlshortcutf: u32,
    pwztarget: P1,
    pwzlocation: P2,
    pwzdir: P3,
    pwzfilename: P4,
    ppwzshortcutfile: *mut PWSTR,
    dwreserved: u32,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,