.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathCombineA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathCombineA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR PathCombineA ( LPSTR \fIlpszDest\fR, LPCSTR \fIlpszDir\fR, LPCSTR \fIlpszFile\fR ) .SH DESCRIPTION .PP Combine two paths together. .SH PARAMS \fIlpszDest\fR \fB[Out]\fR Destination for combined path. .PP \fIlpszDir\fR \fB[In]\fR Directory path. .PP \fIlpszFile\fR \fB[In]\fR File path. .PP .SH RETURNS .PP \fBSuccess:\fR The output path .PP \fBFailure:\fR \fBNULL\fR, if inputs are invalid. .SH NOTES .PP \fIlpszDest\fR should be at least \fBMAX_PATH\fR in size, and may point to the same memory location as \fIlpszDir\fR. The combined path is canonicalised. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.