PathMakeSystemFolderA(3w)
NAME
PathMakeSystemFolderA (SHLWAPI.@)
SYNOPSIS
BOOL PathMakeSystemFolderA
(
LPCSTR lpszPath
)
DESCRIPTION
Set system folder attribute for a path.
PARAMS
lpszPath [In] The path to turn into a system folder.
RETURNS
TRUE If the path was changed to/already was a system folder FALSE If the path is invalid or SetFileAttributesA(3w) 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".