Funktionreferenz


_WinAPI_GetProfilesDirectory


Retrieves the path to the root directory where user profiles are stored

#include <WinAPIFiles.au3>
_WinAPI_GetProfilesDirectory ( )

Parameter

None.

Rückgabewert

Success: The path to the directory.
Failure: Empty string and sets the @error flag to non-zero, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

None.

Siehe auch

Suche nach GetProfilesDirectory in der MSDN Bibliothek.