PathIsSameRootA (SHLWAPI.@)
BOOL PathIsSameRootA ( LPCSTR lpszPath1, LPCSTR lpszPath2 )
Determine if two paths share the same root.
lpszPath1 | [In] | Source path. |
lpszPath2 | [In] | Path to compare with. |
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.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.