PathUnmakeSystemFolderA(3w)
NAME
PathUnmakeSystemFolderA (SHLWAPI.@)
SYNOPSIS
BOOL PathUnmakeSystemFolderA
(
LPCSTR lpszPath
)
DESCRIPTION
Remove the system folder attributes from a path.
PARAMS
lpszPath [In] The path to remove attributes from.
RETURNS
Success: TRUE.
Failure: FALSE, if lpszPath is NULL, empty, not a directory, or calling
SetFileAttributesA() fails.
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".