windows::Win32::UI::Shell

Function SHGetNewLinkInfoA

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