16 lines
364 B
Modula-2
16 lines
364 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 |