PathIsSameRootA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

PathIsSameRootA (SHLWAPI.@)

SYNOPSIS

BOOL PathIsSameRootA
 (
  LPCSTR lpszPath1,
  LPCSTR lpszPath2
 )

DESCRIPTION

Determine if two paths share the same root.

PARAMS

lpszPath1 [In] Source path.

lpszPath2 [In] Path to compare with.

RETURNS

TRUE If both paths are valid and share the same root. FALSE If either path is invalid or the paths do not share the same root.

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".