Scroll to navigation

PathIsUNCServerShareA(3w) Wine API PathIsUNCServerShareA(3w)

NAME

PathIsUNCServerShareA (SHLWAPI.@)

SYNOPSIS

BOOL PathIsUNCServerShareA
(
LPCSTR lpszPath
)
 

DESCRIPTION

Determine if a path is a UNC server share ("\SHARENAME
 

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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c".
Debug channel "shell".
Oct 2012 Wine API