Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dsyslink.c176 LPCWSTR lpID, lpUrl; in SYSLINK_ParseText() local
198 lpUrl = NULL; in SYSLINK_ParseText()
209 lpUrl = NULL; in SYSLINK_ParseText()
217 CurrentParameter = &lpUrl; in SYSLINK_ParseText()
287 lpUrl = NULL; in SYSLINK_ParseText()
342 if(lpUrl != NULL) in SYSLINK_ParseText()
344 nc = min(lenUrl, lstrlenW(lpUrl)); in SYSLINK_ParseText()
349 lstrcpynW(Last->u.Link.szUrl, lpUrl, nc + 1); in SYSLINK_ParseText()
420 if(lpUrl != NULL) in SYSLINK_ParseText()
422 nc = min(lenUrl, lstrlenW(lpUrl)); in SYSLINK_ParseText()
[all …]
/reactos/dll/win32/shell32/
H A Dstubs.cpp53 MakeShellURLFromPathW(LPCWSTR lpPath, LPWSTR lpUrl, INT cchMax) in MakeShellURLFromPathW() argument
56 lpUrl = NULL; in MakeShellURLFromPathW()
65 MakeShellURLFromPathA(LPCSTR lpPath, LPSTR lpUrl, INT cchMax) in MakeShellURLFromPathA() argument
71 SHUnicodeToAnsi(szURL, lpUrl, cchMax); in MakeShellURLFromPathA()
/reactos/base/applications/rapps/include/
H A Ddialogs.h13 DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial);
/reactos/base/applications/rapps/
H A Dloaddlg.cpp1153 DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial) in DownloadApplicationsDB() argument
1161 DatabaseDLInfo.szUrl = lpUrl; in DownloadApplicationsDB()