NAME

UrlGetPartA  (SHLWAPI.@)

SYNOPSIS

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

DESCRIPTION

Retrieve part of a Url.

PARAMS

pszIn [In] Url to parse.
pszOut [Out] Destination for part of pszIn requested.
pcchOut [In] Size of pszOut.
[Out] length of pszOut string EXCLUDING '\0' if S_OK, otherwise needed size of pszOut INCLUDING '\0'.
dwPart [In] URL_PART_ enum from "shlwapi.h".
dwFlags [In] URL_ flags from "shlwapi.h".

RETURNS

Success: S_OK. pszOut contains the part requested, 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 Jul 2008.