PathUndecorateA(3w)
NAME
PathUndecorateA (SHLWAPI.@)
SYNOPSIS
VOID PathUndecorateA
(
LPSTR lpszPath
)
DESCRIPTION
Undecorate a file path.
PARAMS
lpszPath [In/Out] Path to remove any decoration from.
RETURNS
Nothing.
NOTES
A decorations form is "path[n].ext" where "n" is an optional decimal
number.
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".