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". 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 Nov 2008.