mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.5 KiB
37 lines
1.5 KiB
LIBRARY USERENV
|
|
|
|
DESCRIPTION 'Windows NT User Environment Manager'
|
|
|
|
EXPORTS
|
|
LoadUserProfileA
|
|
LoadUserProfileW
|
|
UnloadUserProfile
|
|
GetProfilesDirectoryA
|
|
GetProfilesDirectoryW
|
|
GetUserProfileDirectoryA
|
|
GetUserProfileDirectoryW
|
|
CreateEnvironmentBlock
|
|
DestroyEnvironmentBlock
|
|
|
|
|
|
;;=========================================================================
|
|
;; Internal API's used by setup
|
|
;;=========================================================================
|
|
|
|
InitializeProfiles @100 NONAME ;Internal
|
|
CreateGroupA @101 NONAME ;Internal
|
|
CreateGroupW @102 NONAME ;Internal
|
|
DeleteGroupA @103 NONAME ;Internal
|
|
DeleteGroupW @104 NONAME ;Internal
|
|
AddItemA @105 NONAME ;Internal
|
|
AddItemW @106 NONAME ;Internal
|
|
DeleteItemA @107 NONAME ;Internal
|
|
DeleteItemW @108 NONAME ;Internal
|
|
CreateUserProfileA @109 NONAME ;Internal
|
|
CreateUserProfileW @110 NONAME ;Internal
|
|
CopyProfileDirectoryA @111 NONAME ;Internal
|
|
CopyProfileDirectoryW @112 NONAME ;Internal
|
|
AddDesktopItemA @113 NONAME ;Internal
|
|
AddDesktopItemW @114 NONAME ;Internal
|
|
DeleteDesktopItemA @115 NONAME ;Internal
|
|
DeleteDesktopItemW @116 NONAME ;Internal
|