Searched refs:SHGetNewLinkInfoA (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | shellapi.h | 583 SHGetNewLinkInfoA( 701 #define SHGetNewLinkInfo SHGetNewLinkInfoA
|
/reactos/dll/win32/shell32/ |
H A D | shell32.spec | 178 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 D | shlfileop.c | 2499 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 D | shellord.c | 2538 BOOL WINAPI SHGetNewLinkInfoA(LPCSTR pszLinkTo, LPCSTR pszDir, LPSTR pszName, BOOL *pfMustCopy, in SHGetNewLinkInfoA() function
|