2025-04-27 07:49:33 -04:00

10 lines
231 B
Modula-2

; hsmadmin.def : Declares the module parameters for the DLL.
LIBRARY "RSADMIN"
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE