Home
last modified time | relevance | path

Searched refs:SHGetNewLinkInfoA (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dshellapi.h583 SHGetNewLinkInfoA(
701 #define SHGetNewLinkInfo SHGetNewLinkInfoA
/reactos/dll/win32/shell32/
H A Dshell32.spec178 179 stdcall SHGetNewLinkInfoA(str str ptr long long)
312 312 stdcall SHGetNewLinkInfo(str str ptr long long) SHGetNewLinkInfoA
/reactos/modules/rostests/winetests/shell32/
H A Dshlfileop.c2499 ret = SHGetNewLinkInfoA(linkto, destdir, result, &mustcopy, 0); in test_sh_new_link_info()
2508 ret = SHGetNewLinkInfoA(linkto, destdir, result, &mustcopy, 0); in test_sh_new_link_info()
2517 ret = SHGetNewLinkInfoA(linkto, destdir, result, &mustcopy, 0); in test_sh_new_link_info()
2530 ret = SHGetNewLinkInfoA(linkto, destdir, result2, &mustcopy, 0); in test_sh_new_link_info()
/reactos/dll/win32/shell32/wine/
H A Dshellord.c2538 BOOL WINAPI SHGetNewLinkInfoA(LPCSTR pszLinkTo, LPCSTR pszDir, LPSTR pszName, BOOL *pfMustCopy, in SHGetNewLinkInfoA() function