[INCLUDE]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 4 Dec 2016 15:56:44 +0000 (15:56 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 4 Dec 2016 15:56:44 +0000 (15:56 +0000)
Add  CreateUserProfileExA and  CreateUserProfileExW prototypes to userenv.h.

svn path=/trunk/; revision=73423

reactos/sdk/include/psdk/userenv.h

index a8cd57d..836de5c 100644 (file)
@@ -89,6 +89,8 @@ typedef struct _GROUP_POLICY_OBJECTW {
 BOOL WINAPI InitializeProfiles (VOID);
 BOOL WINAPI CreateUserProfileA (PSID, LPCSTR);
 BOOL WINAPI CreateUserProfileW (PSID, LPCWSTR);
+BOOL WINAPI CreateUserProfileExA (PSID, LPCSTR, LPCSTR, LPSTR, DWORD, BOOL);
+BOOL WINAPI CreateUserProfileExW (PSID, LPCWSTR, LPCWSTR, LPWSTR, DWORD, BOOL);
 BOOL WINAPI AddDesktopItemA (BOOL, LPCSTR, LPCSTR, LPCSTR, INT, LPCSTR, WORD, INT);
 BOOL WINAPI AddDesktopItemW (BOOL, LPCWSTR, LPCWSTR, LPCWSTR, INT, LPCWSTR, WORD, INT);
 BOOL WINAPI DeleteDesktopItemA (BOOL, LPCSTR);
@@ -163,6 +165,7 @@ typedef PROFILEINFOW PROFILEINFO;
 typedef LPPROFILEINFOW LPPROFILEINFO;
 /* begin private */
 #define CreateUserProfile  CreateUserProfileW
+#define CreateUserProfileEx  CreateUserProfileExW
 #define AddDesktopItem  AddDesktopItemW
 #define DeleteDesktopItem  DeleteDesktopItemW
 #define CreateGroup  CreateGroupW
@@ -189,6 +192,7 @@ typedef PROFILEINFOA PROFILEINFO;
 typedef LPPROFILEINFOA LPPROFILEINFO;
 /* begin private */
 #define CreateUserProfile  CreateUserProfileA
+#define CreateUserProfileEx  CreateUserProfileExA
 #define AddDesktopItem  AddDesktopItemA
 #define DeleteDesktopItem  DeleteDesktopItemA
 #define CreateGroup  CreateGroupA