PathMakeSystemFolder function
Gives an existing folder the proper attributes to become a system folder.
Syntax
BOOL PathMakeSystemFolder( _In_ LPTSTR pszPath );
Parameters
- pszPath [in]
-
Type: LPTSTR
A pointer to a null-terminated string of length MAX_PATH that contains the name of an existing folder that will be made into a system folder.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
PathMakeSystemFolderW (Unicode) and PathMakeSystemFolderA (ANSI) |