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.
25 lines
607 B
25 lines
607 B
LIBRARY MSLOCUSR
|
|
; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
|
|
;DESCRIPTION 'Windows local user management DLL'
|
|
|
|
SECTIONS
|
|
.shared READ WRITE SHARED
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
DllInstall PRIVATE
|
|
|
|
VerifySupervisorPassword
|
|
ChangeSupervisorPassword
|
|
|
|
InstallWizard
|
|
AddUserWizard
|
|
UserCPL
|
|
|
|
NPGetCaps @13
|
|
NPLogon @43 NONAME
|
|
NPLogoff @44 NONAME
|
|
NPGetPolicyPath @50 NONAME
|