###User Defined Function###
_WinAPI_GetAllUsersProfileDirectory

###Description###
Retrieves the path to the root of the directory that contains program data shared by all users.

###Syntax###
#include <WinAPIShellEx.au3>
_WinAPI_GetAllUsersProfileDirectory (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The path to the directory.
Failure 	Empty string, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetAllUsersProfileDirectory
