.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathFindFileNameA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathFindFileNameA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR PathFindFileNameA ( LPCSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Locate the start of the file name in a path. .SH PARAMS \fIlpszPath\fR \fB[In]\fR Path to search. .PP .SH RETURNS .PP A pointer to the first character of the file name .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.