NAME

UrlCreateFromPathW  (SHLWAPI.@)

SYNOPSIS

 HRESULT UrlCreateFromPathW
 (
  LPCWSTR pszPath,
  LPWSTR  pszUrl,
  LPDWORD pcchUrl,
  DWORD   dwReserved
 )

DESCRIPTION

Create a Url from a file path.

PARAMS

pszPath [In] Path to convert.
pszUrl [Out] Destination for the converted Url.
pcchUrl [In/Out] Length of pszUrl.
dwReserved [In] Reserved, must be 0.

RETURNS

Success: S_OK pszUrl contains the converted path, S_FALSE if the path is already a Url

Failure: An HRESULT error code.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c

Debug channel "shell".


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