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