Scroll to navigation

UrlCombineW(3w) Wine API UrlCombineW(3w)

NAME

UrlCombineW (SHLWAPI.@)

SYNOPSIS

HRESULT UrlCombineW
(
LPCWSTR pszBase,
LPCWSTR pszRelative,
LPWSTR pszCombined,
LPDWORD pcchCombined,
DWORD dwFlags
)
 

DESCRIPTION

See UrlCombineA(3w).
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c".
Debug channel "shell".
Oct 2012 Wine API