PathUnmakeSystemFolderA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/path.c".

Debug channel "shell".