WindowsXP/enduser/stuff/itss/storage.def
2025-04-27 07:49:33 -04:00

12 lines
363 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