NAME

PathStripToRootA  (SHLWAPI.@)

SYNOPSIS

 BOOL PathStripToRootA
 (
  LPSTR lpszPath
 )

DESCRIPTION

Reduce a path to its root.

PARAMS

lpszPath [In/Out] the path to reduce.

RETURNS

Success: TRUE if the stripped path is a root path

Failure: FALSE if the path cannot be stripped or is NULL

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c

Debug channel "shell".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.