ParseURLA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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(3w) to obtain a pointer to the function.

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

Debug channel "shell".