PathMakeSystemFolder function
Applies to: desktop apps only
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 |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | PathMakeSystemFolderW (Unicode) and PathMakeSystemFolderA (ANSI) |
Send comments about this topic to Microsoft
Build date: 3/7/2012