windows-nt/Source/XPSP1/NT/enduser/stuff/itss/storage.def
2020-09-26 16:20:57 +08:00

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