PathIsSameRootA(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".