windows-nt/Source/XPSP1/NT/enduser/stuff/itss/storage.def

12 lines
352 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
; 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