Userenv.dll

From ReactOS Wiki
Revision as of 02:06, 11 March 2012 by BrentNewland (talk | contribs)
Jump to: navigation, search

http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/userenv/?view=log

ChangeLog-0.2.1

  • Implemented most of the user profile creation (Eric Kohl)
  • Create user profile directory by copying the default user directory (Eric Kohl)
  • Prepare to copy the default user hive (Eric Kohl)
  • Create the user-specific registry hive (Eric Kohl)

ChangeLog-0.2.2

  • Complete user profile creation (Eric Kohl)
  • Implement LoadUserProfileW() and UnloadUserProfile() (Eric Kohl)
  • Implement GetUserProfileDirectoryW() (Eric Kohl)
  • Flush the new user hive after copying (Eric Kohl)
  • Simplify LoadUserProfileW() and check for loaded profile (Eric Kohl)
  • Implement CreateEnvironmentBlock() and DestroyEnvironmentBlock() (Eric Kohl)
  • Set user-specific environment variables (Eric Kohl)


ChangeLog-0.2.3

  • Implement recursive deletion of start menu groups and desktop items (Eric Kohl)
  • Enable the creation of nested desktop and start menu groups (Eric Kohl)
  • Implement AddItemW() (Eric Kohl)
  • Implement DeleteItemW() (Eric Kohl)
  • Implement DeleteGroup() (Eric Kohl)
  • Implement ANSI profile directory functions (Eric Kohl)
  • Set ALLUSERSPROFILE environment variable upon logon (Eric Kohl)
  • Implement CreateGroup() (Eric Kohl)
  • Implement AddDesktopItem() and DeleteDesktopItem() (Eric Kohl)
  • Implement CreateUserProfileA() (Eric Kohl)