PathIsUNCServerShareA(3w)
NAME
PathIsUNCServerShareA (SHLWAPI.@)
SYNOPSIS
BOOL PathIsUNCServerShareA
(
LPCSTR lpszPath
)
DESCRIPTION
Determine if a path is a UNC server share ("\SHARENAMERE").
PARAMS
lpszPath [In] Path to check.
RETURNS
TRUE If lpszPath is a valid UNC server share. FALSE Otherwise.
NOTES
This routine is bug compatible with Win32: Server shares with a trailing backslash (e.g. "\FOO0
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".