12 lines
352 B
Modula-2
12 lines
352 B
Modula-2
; Storage.def : Declares the exported entry points for the ITStorage COM DLL
|
|
|
|
LIBRARY ITSS
|
|
; DESCRIPTION 'Information Technology IStorage implementation, Microsoft Corporation'
|
|
|
|
EXPORTS
|
|
DllMain
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|