.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathIsSameRootA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathIsSameRootA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL PathIsSameRootA ( LPCSTR \fIlpszPath1\fR, LPCSTR \fIlpszPath2\fR ) .SH DESCRIPTION .PP Determine if two paths share the same root. .SH PARAMS \fIlpszPath1\fR \fB[In]\fR Source path. .PP \fIlpszPath2\fR \fB[In]\fR Path to compare with. .PP .SH RETURNS .PP \fBTRUE\fR If both paths are valid and share the same root. \fBFALSE\fR If either path is invalid or the paths do not share the same root. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.