16 lines
349 B
Modula-2
16 lines
349 B
Modula-2
|
; PwdMsi.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "PwdMsi"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
IsDC
|
||
|
DisplayExiting
|
||
|
DeleteOldFiles
|
||
|
GetInstallEncryptionKey
|
||
|
AddToLsaNotificationPkgValue
|
||
|
DeleteFromLsaNotificationPkgValue
|
||
|
FinishWithPassword
|
||
|
PwdsDontMatch
|
||
|
BrowseForEncryptionKey
|
||
|
GetDefaultPathToEncryptionKey
|