Scroll to navigation

ParseURLA(3w) Wine API ParseURLA(3w)

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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c".
Debug channel "shell".
Oct 2012 Wine API