Searched refs:lpszRelativeUrl (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | internet.c | 4121 BOOL WINAPI InternetCombineUrlA(LPCSTR lpszBaseUrl, LPCSTR lpszRelativeUrl, in InternetCombineUrlA() argument 4127 …TRACE("(%s, %s, %p, %p, 0x%08x)\n", debugstr_a(lpszBaseUrl), debugstr_a(lpszRelativeUrl), lpszBuff… in InternetCombineUrlA() 4131 hr=UrlCombineA(lpszBaseUrl,lpszRelativeUrl,lpszBuffer,lpdwBufferLength,dwFlags); in InternetCombineUrlA() 4147 BOOL WINAPI InternetCombineUrlW(LPCWSTR lpszBaseUrl, LPCWSTR lpszRelativeUrl, in InternetCombineUrlW() argument 4153 …TRACE("(%s, %s, %p, %p, 0x%08x)\n", debugstr_w(lpszBaseUrl), debugstr_w(lpszRelativeUrl), lpszBuff… in InternetCombineUrlW() 4157 hr=UrlCombineW(lpszBaseUrl,lpszRelativeUrl,lpszBuffer,lpdwBufferLength,dwFlags); in InternetCombineUrlW()
|
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 475 _In_ LPCSTR lpszRelativeUrl, 483 _In_ LPCWSTR lpszRelativeUrl,
|