windows::Win32::UI::Shell

Function SHGetNewLinkInfoW

pub unsafe fn SHGetNewLinkInfoW<P0, P1>(
    pszlinkto: P0,
    pszdir: P1,
    pszname: &mut [u16; 260],
    pfmustcopy: *mut BOOL,
    uflags: u32,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,