1 out of 14 rated this helpful - Rate this topic

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

Shlwapi.h

Library

Shlwapi.lib

DLL

Shlwapi.dll (version 4.71 or later)

Unicode and ANSI names

PathMakeSystemFolderW (Unicode) and PathMakeSystemFolderA (ANSI)

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.