###User Defined Function###
_WinAPI_GetProfilesDirectory

###Description###
Retrieves the path to the root directory where user profiles are stored.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_GetProfilesDirectory (  )


###Parameters###
None

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


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetProfilesDirectory
