UrlApplySchemeA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

UrlApplySchemeA (SHLWAPI.@)

SYNOPSIS

HRESULT UrlApplySchemeA
 (
  LPCSTR  pszIn,
  LPSTR   pszOut,
  LPDWORD pcchOut,
  DWORD   dwFlags
 )

DESCRIPTION

Apply a scheme to a Url.

PARAMS

pszIn [In] Url to apply scheme to.

pszOut [Out] Destination for modified Url.

pcchOut [In/Out] Length of pszOut/destination for length of pszOut.

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

RETURNS

Success: S_OK: pszOut contains the modified Url, pcchOut contains its length.

Failure: An HRESULT error code describing the error.

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".