.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathRenameExtensionA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathRenameExtensionA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL PathRenameExtensionA ( LPSTR \fIlpszPath\fR, LPCSTR \fIlpszExt\fR ) .SH DESCRIPTION .PP Swap the file extension in a path with another extension. .SH PARAMS \fIlpszPath\fR \fB[In/Out]\fR Path to swap the extension in. .PP \fIlpszExt\fR \fB[In]\fR The new extension. .PP .SH RETURNS .PP \fBTRUE\fR if \fIlpszPath\fR was modified, \fBFALSE\fR if \fIlpszPath\fR or \fIlpszExt\fR is \fBNULL\fR, or the new path is too long .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.