.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathIsUNCServerShareA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathIsUNCServerShareA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL PathIsUNCServerShareA ( LPCSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Determine if a path is a \fBUNC\fR server share (\fB"\\SHARENAME\SHARE"\fR). .SH PARAMS \fIlpszPath\fR \fB[In]\fR Path to check. .PP .SH RETURNS .PP \fBTRUE\fR If \fIlpszPath\fR is a valid \fBUNC\fR server share. \fBFALSE\fR Otherwise. .SH NOTES .PP This routine is bug compatible with Win32: Server shares with a trailing backslash (e.g. \fB"\\FOO\BAR\"\fR), return \fBFALSE\fR incorrectly. Fixing this bug may break other shlwapi functions! .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.