PathIsSystemFolderA(3w)
NAME
PathIsSystemFolderA (SHLWAPI.@)
SYNOPSIS
BOOL PathIsSystemFolderA ( LPCSTR lpszPath, DWORD dwAttrib )
DESCRIPTION
Determine if a path or file attributes are a system folder.
PARAMS
lpszPath [In] Path to check.
dwAttrib [In] Attributes to check, if lpszPath is NULL.
RETURNS
TRUE If lpszPath or dwAttrib are a system folder. FALSE If GetFileAttributesA(3w) fails or neither parameter is a system folder.
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".