Difference between revisions of "Userenv.dll"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 33: Line 33:
  
 
* Don't statically link userenv.dll with ole32.dll as userenv is required by winlogon. ([[Thomas Weidenmueller]])
 
* Don't statically link userenv.dll with ole32.dll as userenv is required by winlogon. ([[Thomas Weidenmueller]])
 +
 +
'''Userenv.dll is a Win32 library'''
 +
 +
[[ChangeLog-0.2.7]]
 +
 +
* [[David Nordenberg]]: Swedish translation, proofread by Andreas Bjerkeholt

Revision as of 07:08, 17 March 2012

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)

ChangeLog-0.2.4

  • Don't statically link userenv.dll with ole32.dll as userenv is required by winlogon. (Thomas Weidenmueller)

Userenv.dll is a Win32 library

ChangeLog-0.2.7