Function windows::Win32::UI::Shell::HlinkCreateFromString
pub unsafe fn HlinkCreateFromString<P0, P1, P2, P3, P4, T>(
pwztarget: P0,
pwzlocation: P1,
pwzfriendlyname: P2,
pihlsite: P3,
dwsitedata: u32,
piunkouter: P4,
) -> Result<T>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<IHlinkSite>,
P4: Param<IUnknown>,
T: Interface,