PathStripToRootA (SHLWAPI.@)
BOOL PathStripToRootA ( LPSTR lpszPath )
Reduce a path to its root.
lpszPath | [In/Out] | the path to reduce. |
Success: TRUE if the stripped path is a root path
Failure: FALSE if the path cannot be stripped or is NULL
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 Jul 2008.