.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ParseURLA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBParseURLA\fR (SHLWAPI.1) .SH SYNOPSIS HRESULT ParseURLA ( LPCSTR \fIx\fR, PARSEDURLA* \fIy\fR ) .SH DESCRIPTION .PP Parse a Url into its constituent parts. .SH PARAMS \fIx\fR \fB[In]\fR Url to parse. .PP \fIy\fR \fB[Out]\fR Undocumented structure holding the parsed information. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIy\fR contains the parsed Url details. .PP \fBFailure:\fR An \fBHRESULT\fR error code. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/url.c"\fR. .PP Debug channel \fB"shell"\fR.