.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathFindNextComponentA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathFindNextComponentA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR PathFindNextComponentA ( LPCSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Find the next component in a path. .SH PARAMS \fIlpszPath\fR \fB[In]\fR Path to find next component in. .PP .SH RETURNS .PP \fBSuccess:\fR A pointer to the next component, or the end of the string. .PP \fBFailure:\fR \fBNULL\fR, If \fIlpszPath\fR is invalid. .SH NOTES .PP A 'component' is either a backslash character (\) or \fBUNC\fR marker (\\). Because of this, relative paths (e.g \fB"c:foo"\fR) are regarded as having only one component. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.