13 lines
260 B
Modula-2
13 lines
260 B
Modula-2
|
; lcredmgr.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY lcredmgr.dll
|
||
|
|
||
|
EXPORTS
|
||
|
NPGetCaps
|
||
|
NPLogonNotify
|
||
|
NPPasswordChangeNotify
|
||
|
NPLogoff
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|
||
|
DllInstall PRIVATE
|