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". source.winehq.org/source/dlls/shlwapi/url.c

Debug channel "shell".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.