NAME

ParseURLA  (SHLWAPI.1)

SYNOPSIS

 HRESULT ParseURLA
 (
  LPCSTR      x,
  PARSEDURLA* y
 )

DESCRIPTION

Parse a Url into its constituent parts.

PARAMS

x [In] Url to parse.
y [Out] Undocumented structure holding the parsed information.

RETURNS

Success: S_OK. y contains the parsed Url details.

Failure: An HRESULT error code.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

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

Debug channel "shell".


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