.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathFindOnPathExA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathFindOnPathExA\fR (SHLWAPI.5) .SH SYNOPSIS BOOL PathFindOnPathExA ( LPSTR \fIlpszFile\fR, LPCSTR* \fIlppszOtherDirs\fR, DWORD \fIdwWhich\fR ) .SH DESCRIPTION .PP Search a range of paths for a specific type of 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 \fIdwWhich\fR \fB[In]\fR Type of executable to search for. .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 Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.