UrlCombineA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

UrlCombineA (SHLWAPI.@)

SYNOPSIS

HRESULT UrlCombineA
 (
  LPCSTR  pszBase,
  LPCSTR  pszRelative,
  LPSTR   pszCombined,
  LPDWORD pcchCombined,
  DWORD   dwFlags
 )

DESCRIPTION

Combine two Urls.

PARAMS

pszBase [In] Base Url.

pszRelative [In] Url to combine with pszBase.

pszCombined [Out] Destination for combined Url.

pcchCombined [Out] Destination for length of pszCombined.

dwFlags [In] URL_ flags from "shlwapi.h".

RETURNS

Success: S_OK. pszCombined contains the combined Url, pcchCombined contains its length.

Failure: An HRESULT error code indicating the error.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/url.c".

Debug channel "shell".