mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 14:39:43 +00:00
[USERENV] Implement CopySystemProfile Part 1 (Add a new profile subkey and values to the profile list)
CORE-12541
This commit is contained in:
parent
d65c0d5ada
commit
334fe302a1
3 changed files with 108 additions and 2 deletions
|
@ -106,6 +106,7 @@ BOOL WINAPI DeleteItemW (LPCWSTR, BOOL, LPCWSTR, BOOL);
|
|||
BOOL WINAPI CopyProfileDirectoryA(LPCSTR, LPCSTR, DWORD);
|
||||
BOOL WINAPI CopyProfileDirectoryW(LPCWSTR, LPCWSTR, DWORD);
|
||||
PSID WINAPI GetUserSid(HANDLE);
|
||||
BOOL WINAPI CopySystemProfile(ULONG);
|
||||
/* end private */
|
||||
BOOL WINAPI LoadUserProfileA (HANDLE, LPPROFILEINFOA);
|
||||
BOOL WINAPI LoadUserProfileW (HANDLE, LPPROFILEINFOW);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue