.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathFindOnPathA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathFindOnPathA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL PathFindOnPathA ( LPSTR \fIlpszFile\fR, LPCSTR* \fIlppszOtherDirs\fR ) .SH DESCRIPTION .PP Search a range of paths for an executable. .SH PARAMS \fIlpszFile\fR \fB[In/Out]\fR File to search for. .PP \fIlppszOtherDirs\fR \fB[In]\fR Other directories to look in. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. The path to the executable is stored in \fIlpszFile\fR. .PP \fBFailure:\fR \fBFALSE\fR. The path to the executable is unchanged. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.