.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UrlCombineA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUrlCombineA\fR (SHLWAPI.@) .SH SYNOPSIS HRESULT UrlCombineA ( LPCSTR \fIpszBase\fR, LPCSTR \fIpszRelative\fR, LPSTR \fIpszCombined\fR, LPDWORD \fIpcchCombined\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Combine two Urls. .SH PARAMS \fIpszBase\fR \fB[In]\fR Base Url. .PP \fIpszRelative\fR \fB[In]\fR Url to combine with \fIpszBase\fR. .PP \fIpszCombined\fR \fB[Out]\fR Destination for combined Url. .PP \fIpcchCombined\fR \fB[Out]\fR Destination for length of \fIpszCombined\fR. .PP \fIdwFlags\fR \fB[In]\fR \fBURL_\fR flags from \fB"shlwapi.h"\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIpszCombined\fR contains the combined Url, \fIpcchCombined\fR contains its length. .PP \fBFailure:\fR An \fBHRESULT\fR error code indicating the error. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/url.c"\fR. .PP Debug channel \fB"shell"\fR.