PathIsUNCServerShareA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

PathIsUNCServerShareA (SHLWAPI.@)

SYNOPSIS

BOOL PathIsUNCServerShareA
 (
  LPCSTR lpszPath
 )

DESCRIPTION

Determine if a path is a UNC server share ("\SHARENAMESHARE").

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. "\FOOBAR

 

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c".

Debug channel "shell".