PathIsSystemFolderA (SHLWAPI.@)
BOOL PathIsSystemFolderA ( LPCSTR lpszPath, DWORD dwAttrib )
Determine if a path or file attributes are a system folder.
lpszPath | [In] | Path to check. |
dwAttrib | [In] | Attributes to check, if lpszPath is NULL. |
TRUE If lpszPath or dwAttrib are a system folder. FALSE If GetFileAttributesA fails or neither parameter is a system folder.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.