.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathFindExtensionA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathFindExtensionA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR PathFindExtensionA ( LPCSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Locate the start of the file extension in a path. .SH PARAMS \fIlpszPath\fR \fB[In]\fR The path to search. .PP .SH RETURNS .PP A pointer to the first character of the extension, the end of the string if the path has no extension, or \fBNULL\fR If \fIlpszPath\fR is \fBNULL\fR .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.